#A06210

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

Shades of Golden Brown #A06210

Tints of Golden Brown #A06210

Color information

#A06210 (or 0xA06210) is unknown color: approx Golden Brown. HEX triplet: A0, 62 and 10. RGB value is (160,98,16). Sum of RGB (Red+Green+Blue) = 160+98+16=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A06210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06210 is #5F9DEF. Grayscale: #6B6B6B. Windows color (decimal): -6266352 or 1073824. OLE color: 1073824.

HSL color Cylindrical-coordinate representation of color #A06210: hue angle of 34.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A06210 is Cyan = 0, Magento = 0.39, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB1609816-
CMYK00.390.90.37
HSL34.17º81.82%34.51%-
HSV(B)34.17º90%62.75%-
XYZ18.9616.252.63-
YUV107.1976.54165.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=58.39%
G=35.77%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.9
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160981600.390.90.3734.1781.8234.51
HexA062100275A25225223
Octal24014220047132454212243
Binary10100000110001010000010011110110101001011000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06210; }

 p { color: rgb(160,98,16); }

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

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

 a { background-color: rgb(160,98,16); }

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

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

 span { border-color: rgb(160,98,16); }

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