#A07008

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

Shades of Golden Brown #A07008

Tints of Golden Brown #A07008

Color information

#A07008 (or 0xA07008) is unknown color: approx Golden Brown. HEX triplet: A0, 70 and 08. RGB value is (160,112,8). Sum of RGB (Red+Green+Blue) = 160+112+8=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A07008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07008 is #5F8FF7. Grayscale: #727272. Windows color (decimal): -6262776 or 553120. OLE color: 553120.

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

Color convert

RGB1601128-
CMYK00.300.950.37
HSL41.05º90.48%32.94%-
HSV(B)41.05º95%62.75%-
XYZ20.3419.082.84-
YUV114.567.9160.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 2.86%
R=57.14%
G=40%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160112800.300.950.3741.0590.4832.94
HexA070801E5F25295a21
Octal24016010036137455113241
Binary101000001110000100001111010111111001011010011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07008; }

 p { color: rgb(160,112,8); }

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

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

 a { background-color: rgb(160,112,8); }

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

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

 span { border-color: rgb(160,112,8); }

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