Shades of Golden Brown #A05B06
Tints of Golden Brown #A05B06
RGB
CMYK
RGB Variations
Color information
#A05B06 (or 0xA05B06) is known color: 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
| RGB | 160 | 91 | 6 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.37 |
| HSL | 33.12º | 0.93% | 0.33% | - |
| HSV(B) | 33.12º | 0.96% | 0.63% | - |
| XYZ | 18.27 | 14.97 | 2.1 | - |
| YUV | 101.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 6 | 0 | 0.43 | 0.96 | 0.37 | 33.12 | 0.93 | 0.33 |
| Hex | A0 | 5B | 6 | 0 | 2B | 60 | 25 | 21 | 5D | 21 |
| Octal | 240 | 133 | 6 | 0 | 53 | 140 | 45 | 41 | 135 | 41 |
| Binary | 10100000 | 1011011 | 110 | 0 | 101011 | 1100000 | 100101 | 100001 | 1011101 | 100001 |
Color Harmonies of #A05B06
Complementary color
Monochromatic Colors of #A05B06
Black with #A05B06
Text Example
Text Example
White with #A05B06
Text Example
Text Example
HTML Codes & Css Web 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>