#A27210

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

Shades of Golden Brown #A27210

Tints of Golden Brown #A27210

Color information

#A27210 (or 0xA27210) is unknown color: approx Golden Brown. HEX triplet: A2, 72 and 10. RGB value is (162,114,16). Sum of RGB (Red+Green+Blue) = 162+114+16=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A27210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27210 is #5D8DEF. Grayscale: #757575. Windows color (decimal): -6131184 or 1077922. OLE color: 1077922.

HSL color Cylindrical-coordinate representation of color #A27210: hue angle of 40.27º 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 #A27210 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16211416-
CMYK00.300.900.36
HSL40.27º82.02%34.9%-
HSV(B)40.27º90.12%63.53%-
XYZ21.0119.753.2-
YUV117.1870.9159.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=55.48%
G=39.04%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621141600.300.900.3640.2782.0234.9
HexA2721001E5A24285223
Octal24216220036132445012243
Binary1010001011100101000001111010110101001001010001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27210; }

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

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

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

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

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

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

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

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