#a05b06

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

Shades of Golden Brown #A05B06

Tints of Golden Brown #A05B06

Color information

#A05B06 (or 0xA05B06) is unknown color: approx Golden Brown. HEX triplet: A0, 5B and 06. RGB value is (160,91,6). Sum of RGB (Red+Green+Blue) = 160+91+6=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05B06 is #5FA4F9. Grayscale: #666666. Windows color (decimal): -6268154 or 416672. OLE color: 416672.

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

Color convert

RGB160916-
CMYK00.430.960.37
HSL33.12º92.77%32.55%-
HSV(B)33.12º96.25%62.75%-
XYZ18.2714.972.1-
YUV101.9473.86169.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=62.26%
G=35.41%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16091600.430.960.3733.1292.7732.55
HexA05B602B6025215d21
Octal2401336053140454113541
Binary101000001011011110010101111000001001011000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05b06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05b06; }

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

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

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

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

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

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

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

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