#A27213

Color #A27213 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A27213

Tints of Golden Brown #A27213

Color information

#A27213 (or 0xA27213) is unknown color: approx Golden Brown. HEX triplet: A2, 72 and 13. RGB value is (162,114,19). Sum of RGB (Red+Green+Blue) = 162+114+19=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A27213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27213 is #5D8DEC. Grayscale: #757575. Windows color (decimal): -6131181 or 1274530. OLE color: 1274530.

HSL color Cylindrical-coordinate representation of color #A27213: hue angle of 39.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A27213 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB16211419-
CMYK00.300.880.36
HSL39.86º79.01%35.49%-
HSV(B)39.86º88.27%63.53%-
XYZ21.0419.763.32-
YUV117.5272.4159.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=54.92%
G=38.64%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621141900.300.880.3639.8679.0135.49
HexA2721301E5824284f23
Octal24216223036130445011743
Binary1010001011100101001101111010110001001001010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27213; }

 p { color: rgb(162,114,19); }

 H1.HeaderClassName
 {
   color: #A27213;
 }
 .AnyTagClassName
 {
   color: #A27213;
 }
</style>
background-color css

<style>
 a { background-color: #A27213; }

 a { background-color: rgb(162,114,19); }

 div.DivClassName
 {
   background-color: #A27213;
 }
 .BgClassName
 {
   background-color: #A27213;
 }
</style>
border-color css

<style>
 span { border-color: #A27213; }

 span { border-color: rgb(162,114,19); }

 td.TdClassName
 {
   border-color: #A27213;
 }
 .TagClassName
 {
   border-color: #A27213;
 }
</style>