#A06A07

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

Shades of Golden Brown #A06A07

Tints of Golden Brown #A06A07

Color information

#A06A07 (or 0xA06A07) is unknown color: approx Golden Brown. HEX triplet: A0, 6A and 07. RGB value is (160,106,7). Sum of RGB (Red+Green+Blue) = 160+106+7=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06A07 is #5F95F8. Grayscale: #6F6F6F. Windows color (decimal): -6264313 or 486048. OLE color: 486048.

HSL color Cylindrical-coordinate representation of color #A06A07: hue angle of 38.82º degrees, saturation: 0.92, 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 #A06A07 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1601067-
CMYK00.340.960.37
HSL38.82º91.62%32.75%-
HSV(B)38.82º95.63%62.75%-
XYZ19.6917.82.6-
YUV110.8669.39163.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=58.61%
G=38.83%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160106700.340.960.3738.8291.6232.75
HexA06A70226025275c21
Octal2401527042140454713441
Binary101000001101010111010001011000001001011001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06A07; }

 p { color: rgb(160,106,7); }

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

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

 a { background-color: rgb(160,106,7); }

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

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

 span { border-color: rgb(160,106,7); }

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