#A07208

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

Shades of Golden Brown #A07208

Tints of Golden Brown #A07208

Color information

#A07208 (or 0xA07208) is unknown color: approx Golden Brown. HEX triplet: A0, 72 and 08. RGB value is (160,114,8). Sum of RGB (Red+Green+Blue) = 160+114+8=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A07208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07208 is #5F8DF7. Grayscale: #747474. Windows color (decimal): -6262264 or 553632. OLE color: 553632.

HSL color Cylindrical-coordinate representation of color #A07208: hue angle of 41.84º 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 #A07208 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1601148-
CMYK00.290.950.37
HSL41.84º90.48%32.94%-
HSV(B)41.84º95%62.75%-
XYZ20.5619.532.92-
YUV115.6767.24159.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 8 (3.52% from 255) = 2.84%
R=56.74%
G=40.43%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160114800.290.950.3741.8490.4832.94
HexA072801D5F252a5a21
Octal24016210035137455213241
Binary101000001110010100001110110111111001011010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07208; }

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

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

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

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

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

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

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

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