#A05D06

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

Shades of Golden Brown #A05D06

Tints of Golden Brown #A05D06

Color information

#A05D06 (or 0xA05D06) is unknown color: approx Golden Brown. HEX triplet: A0, 5D and 06. RGB value is (160,93,6). Sum of RGB (Red+Green+Blue) = 160+93+6=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05D06 is #5FA2F9. Grayscale: #676767. Windows color (decimal): -6267642 or 417184. OLE color: 417184.

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

Color convert

RGB160936-
CMYK00.420.960.37
HSL33.9º92.77%32.55%-
HSV(B)33.9º96.25%62.75%-
XYZ18.4415.322.16-
YUV103.1173.2168.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=61.78%
G=35.91%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16093600.420.960.3733.992.7732.55
HexA05D602A6025225d21
Octal2401356052140454213541
Binary101000001011101110010101011000001001011000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D06; }

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

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

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

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

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

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

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

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