#A06F06

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

Shades of Golden Brown #A06F06

Tints of Golden Brown #A06F06

Color information

#A06F06 (or 0xA06F06) is unknown color: approx Golden Brown. HEX triplet: A0, 6F and 06. RGB value is (160,111,6). Sum of RGB (Red+Green+Blue) = 160+111+6=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F06 is #5F90F9. Grayscale: #727272. Windows color (decimal): -6263034 or 421792. OLE color: 421792.

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

Color convert

RGB1601116-
CMYK00.310.960.37
HSL40.91º92.77%32.55%-
HSV(B)40.91º96.25%62.75%-
XYZ20.2118.862.75-
YUV113.6867.23161.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=57.76%
G=40.07%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160111600.310.960.3740.9192.7732.55
HexA06F601F6025295d21
Octal2401576037140455113541
Binary10100000110111111001111111000001001011010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F06; }

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

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

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

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

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

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

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

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