Shades of Golden Brown #A05A08
Tints of Golden Brown #A05A08
RGB
CMYK
RGB Variations
Color information
#A05A08 (or 0xA05A08) is known color: Golden Brown. HEX triplet: A0, 5A and 08. RGB value is (160,90,8). Sum of RGB (Red+Green+Blue) = 160+90+8=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A08 is #5FA5F7. Grayscale: #656565. Windows color (decimal): -6268408 or 547488. OLE color: 547488.
HSL color Cylindrical-coordinate representation of color #A05A08: hue angle of 32.37º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A05A08 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 8 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.37 |
| HSL | 32.37º | 0.9% | 0.33% | - |
| HSV(B) | 32.37º | 0.95% | 0.63% | - |
| XYZ | 18.2 | 14.8 | 2.13 | - |
| YUV | 101.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 8 | 0 | 0.44 | 0.95 | 0.37 | 32.37 | 0.9 | 0.33 |
| Hex | A0 | 5A | 8 | 0 | 2C | 5F | 25 | 20 | 5A | 21 |
| Octal | 240 | 132 | 10 | 0 | 54 | 137 | 45 | 40 | 132 | 41 |
| Binary | 10100000 | 1011010 | 1000 | 0 | 101100 | 1011111 | 100101 | 100000 | 1011010 | 100001 |
Color Harmonies of #A05A08
Complementary color
Monochromatic Colors of #A05A08
Black with #A05A08
Text Example
Text Example
White with #A05A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A08; }
p { color: rgb(160,90,8); }
H1.HeaderClassName
{
color: #A05A08;
}
.AnyTagClassName
{
color: #A05A08;
}
</style>
background-color css
<style>
a { background-color: #A05A08; }
a { background-color: rgb(160,90,8); }
div.DivClassName
{
background-color: #A05A08;
}
.BgClassName
{
background-color: #A05A08;
}
</style>
border-color css
<style>
span { border-color: #A05A08; }
span { border-color: rgb(160,90,8); }
td.TdClassName
{
border-color: #A05A08;
}
.TagClassName
{
border-color: #A05A08;
}
</style>