#A06F08

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

Shades of Golden Brown #A06F08

Tints of Golden Brown #A06F08

Color information

#A06F08 (or 0xA06F08) is unknown color: approx Golden Brown. HEX triplet: A0, 6F and 08. RGB value is (160,111,8). Sum of RGB (Red+Green+Blue) = 160+111+8=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F08 is #5F90F7. Grayscale: #727272. Windows color (decimal): -6263032 or 552864. OLE color: 552864.

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

Color convert

RGB1601118-
CMYK00.310.950.37
HSL40.66º90.48%32.94%-
HSV(B)40.66º95%62.75%-
XYZ20.2318.862.8-
YUV113.9168.23160.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=57.35%
G=39.78%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160111800.310.950.3740.6690.4832.94
HexA06F801F5F25295a21
Octal24015710037137455113241
Binary101000001101111100001111110111111001011010011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F08; }

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

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

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

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

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

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

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

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