Shades of Golden Brown #AA5A00
Tints of Golden Brown #AA5A00
RGB
CMYK
RGB Variations
Color information
#AA5A00 (or 0xAA5A00) is known color: Golden Brown. HEX triplet: AA, 5A and 00. RGB value is (170,90,0). Sum of RGB (Red+Green+Blue) = 170+90+0=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A00 is #55A5FF. Grayscale: #686868. Windows color (decimal): -5613056 or 23210. OLE color: 23210.
HSL color Cylindrical-coordinate representation of color #AA5A00: hue angle of 31.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA5A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.33 |
| HSL | 31.76º | 1% | 0.33% | - |
| HSV(B) | 31.76º | 1% | 0.67% | - |
| XYZ | 20.23 | 15.86 | 1.99 | - |
| YUV | 103.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 0 | 0 | 0.47 | 1 | 0.33 | 31.76 | 1 | 0.33 |
| Hex | AA | 5A | 0 | 0 | 2F | 64 | 21 | 20 | 64 | 21 |
| Octal | 252 | 132 | 0 | 0 | 57 | 144 | 41 | 40 | 144 | 41 |
| Binary | 10101010 | 1011010 | 0 | 0 | 101111 | 1100100 | 100001 | 100000 | 1100100 | 100001 |
Color Harmonies of #AA5A00
Complementary color
Monochromatic Colors of #AA5A00
Black with #AA5A00
Text Example
Text Example
White with #AA5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A00; }
p { color: rgb(170,90,0); }
H1.HeaderClassName
{
color: #AA5A00;
}
.AnyTagClassName
{
color: #AA5A00;
}
</style>
background-color css
<style>
a { background-color: #AA5A00; }
a { background-color: rgb(170,90,0); }
div.DivClassName
{
background-color: #AA5A00;
}
.BgClassName
{
background-color: #AA5A00;
}
</style>
border-color css
<style>
span { border-color: #AA5A00; }
span { border-color: rgb(170,90,0); }
td.TdClassName
{
border-color: #AA5A00;
}
.TagClassName
{
border-color: #AA5A00;
}
</style>