Shades of Golden Brown #A05A00
Tints of Golden Brown #A05A00
RGB
CMYK
RGB Variations
Color information
#A05A00 (or 0xA05A00) is known color: Golden Brown. HEX triplet: A0, 5A and 00. RGB value is (160,90,0). Sum of RGB (Red+Green+Blue) = 160+90+0=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A00 is #5FA5FF. Grayscale: #656565. Windows color (decimal): -6268416 or 23200. OLE color: 23200.
HSL color Cylindrical-coordinate representation of color #A05A00: hue angle of 33.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A05A00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.37 |
| HSL | 33.75º | 1% | 0.31% | - |
| HSV(B) | 33.75º | 1% | 0.63% | - |
| XYZ | 18.15 | 14.79 | 1.9 | - |
| YUV | 100.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 0 | 0 | 0.44 | 1 | 0.37 | 33.75 | 1 | 0.31 |
| Hex | A0 | 5A | 0 | 0 | 2C | 64 | 25 | 22 | 64 | 1F |
| Octal | 240 | 132 | 0 | 0 | 54 | 144 | 45 | 42 | 144 | 37 |
| Binary | 10100000 | 1011010 | 0 | 0 | 101100 | 1100100 | 100101 | 100010 | 1100100 | 11111 |
Color Harmonies of #A05A00
Complementary color
Monochromatic Colors of #A05A00
Black with #A05A00
Text Example
Text Example
White with #A05A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A00; }
p { color: rgb(160,90,0); }
H1.HeaderClassName
{
color: #A05A00;
}
.AnyTagClassName
{
color: #A05A00;
}
</style>
background-color css
<style>
a { background-color: #A05A00; }
a { background-color: rgb(160,90,0); }
div.DivClassName
{
background-color: #A05A00;
}
.BgClassName
{
background-color: #A05A00;
}
</style>
border-color css
<style>
span { border-color: #A05A00; }
span { border-color: rgb(160,90,0); }
td.TdClassName
{
border-color: #A05A00;
}
.TagClassName
{
border-color: #A05A00;
}
</style>