Shades of Golden Brown #AA590D
Tints of Golden Brown #AA590D
RGB
CMYK
RGB Variations
Color information
#AA590D (or 0xAA590D) is known color: Golden Brown. HEX triplet: AA, 59 and 0D. RGB value is (170,89,13). Sum of RGB (Red+Green+Blue) = 170+89+13=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA590D is #55A6F2. Grayscale: #686868. Windows color (decimal): -5613299 or 874922. OLE color: 874922.
HSL color Cylindrical-coordinate representation of color #AA590D: hue angle of 29.04º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA590D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 13 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.33 |
| HSL | 29.04º | 0.86% | 0.36% | - |
| HSV(B) | 29.04º | 0.92% | 0.67% | - |
| XYZ | 20.22 | 15.72 | 2.35 | - |
| YUV | 104.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 13 | 0 | 0.48 | 0.92 | 0.33 | 29.04 | 0.86 | 0.36 |
| Hex | AA | 59 | D | 0 | 30 | 5C | 21 | 1D | 56 | 24 |
| Octal | 252 | 131 | 15 | 0 | 60 | 134 | 41 | 35 | 126 | 44 |
| Binary | 10101010 | 1011001 | 1101 | 0 | 110000 | 1011100 | 100001 | 11101 | 1010110 | 100100 |
Color Harmonies of #AA590D
Complementary color
Monochromatic Colors of #AA590D
Black with #AA590D
Text Example
Text Example
White with #AA590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA590D; }
p { color: rgb(170,89,13); }
H1.HeaderClassName
{
color: #AA590D;
}
.AnyTagClassName
{
color: #AA590D;
}
</style>
background-color css
<style>
a { background-color: #AA590D; }
a { background-color: rgb(170,89,13); }
div.DivClassName
{
background-color: #AA590D;
}
.BgClassName
{
background-color: #AA590D;
}
</style>
border-color css
<style>
span { border-color: #AA590D; }
span { border-color: rgb(170,89,13); }
td.TdClassName
{
border-color: #AA590D;
}
.TagClassName
{
border-color: #AA590D;
}
</style>