#A27010

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

Shades of Golden Brown #A27010

Tints of Golden Brown #A27010

Color information

#A27010 (or 0xA27010) is unknown color: approx Golden Brown. HEX triplet: A2, 70 and 10. RGB value is (162,112,16). Sum of RGB (Red+Green+Blue) = 162+112+16=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27010 is #5D8FEF. Grayscale: #747474. Windows color (decimal): -6131696 or 1077410. OLE color: 1077410.

HSL color Cylindrical-coordinate representation of color #A27010: hue angle of 39.45º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A27010 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16211216-
CMYK00.310.900.36
HSL39.45º82.02%34.9%-
HSV(B)39.45º90.12%63.53%-
XYZ20.7919.313.12-
YUV116.0171.56160.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 16 (6.64% from 255) = 5.52%
R=55.86%
G=38.62%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621121600.310.900.3639.4582.0234.9
HexA2701001F5A24275223
Octal24216020037132444712243
Binary1010001011100001000001111110110101001001001111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27010; }

 p { color: rgb(162,112,16); }

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

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

 a { background-color: rgb(162,112,16); }

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

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

 span { border-color: rgb(162,112,16); }

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