Shades of Golden Brown #AA5805
Tints of Golden Brown #AA5805
RGB
CMYK
RGB Variations
Color information
#AA5805 (or 0xAA5805) is known color: Golden Brown. HEX triplet: AA, 58 and 05. RGB value is (170,88,5). Sum of RGB (Red+Green+Blue) = 170+88+5=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5805 is #55A7FA. Grayscale: #676767. Windows color (decimal): -5613563 or 350378. OLE color: 350378.
HSL color Cylindrical-coordinate representation of color #AA5805: hue angle of 30.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA5805 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 5 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.33 |
| HSL | 30.18º | 0.94% | 0.34% | - |
| HSV(B) | 30.18º | 0.97% | 0.67% | - |
| XYZ | 20.09 | 15.54 | 2.08 | - |
| YUV | 103.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 5 | 0 | 0.48 | 0.97 | 0.33 | 30.18 | 0.94 | 0.34 |
| Hex | AA | 58 | 5 | 0 | 30 | 61 | 21 | 1E | 5E | 22 |
| Octal | 252 | 130 | 5 | 0 | 60 | 141 | 41 | 36 | 136 | 42 |
| Binary | 10101010 | 1011000 | 101 | 0 | 110000 | 1100001 | 100001 | 11110 | 1011110 | 100010 |
Color Harmonies of #AA5805
Complementary color
Monochromatic Colors of #AA5805
Black with #AA5805
Text Example
Text Example
White with #AA5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5805; }
p { color: rgb(170,88,5); }
H1.HeaderClassName
{
color: #AA5805;
}
.AnyTagClassName
{
color: #AA5805;
}
</style>
background-color css
<style>
a { background-color: #AA5805; }
a { background-color: rgb(170,88,5); }
div.DivClassName
{
background-color: #AA5805;
}
.BgClassName
{
background-color: #AA5805;
}
</style>
border-color css
<style>
span { border-color: #AA5805; }
span { border-color: rgb(170,88,5); }
td.TdClassName
{
border-color: #AA5805;
}
.TagClassName
{
border-color: #AA5805;
}
</style>