Shades of Golden Brown #AA5A0D
Tints of Golden Brown #AA5A0D
RGB
CMYK
RGB Variations
Color information
#AA5A0D (or 0xAA5A0D) is known color: Golden Brown. HEX triplet: AA, 5A and 0D. RGB value is (170,90,13). Sum of RGB (Red+Green+Blue) = 170+90+13=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A0D is #55A5F2. Grayscale: #696969. Windows color (decimal): -5613043 or 875178. OLE color: 875178.
HSL color Cylindrical-coordinate representation of color #AA5A0D: hue angle of 29.43º 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 #AA5A0D is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 13 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.33 |
| HSL | 29.43º | 0.86% | 0.36% | - |
| HSV(B) | 29.43º | 0.92% | 0.67% | - |
| XYZ | 20.31 | 15.89 | 2.38 | - |
| YUV | 105.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 13 | 0 | 0.47 | 0.92 | 0.33 | 29.43 | 0.86 | 0.36 |
| Hex | AA | 5A | D | 0 | 2F | 5C | 21 | 1D | 56 | 24 |
| Octal | 252 | 132 | 15 | 0 | 57 | 134 | 41 | 35 | 126 | 44 |
| Binary | 10101010 | 1011010 | 1101 | 0 | 101111 | 1011100 | 100001 | 11101 | 1010110 | 100100 |
Color Harmonies of #AA5A0D
Complementary color
Monochromatic Colors of #AA5A0D
Black with #AA5A0D
Text Example
Text Example
White with #AA5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A0D; }
p { color: rgb(170,90,13); }
H1.HeaderClassName
{
color: #AA5A0D;
}
.AnyTagClassName
{
color: #AA5A0D;
}
</style>
background-color css
<style>
a { background-color: #AA5A0D; }
a { background-color: rgb(170,90,13); }
div.DivClassName
{
background-color: #AA5A0D;
}
.BgClassName
{
background-color: #AA5A0D;
}
</style>
border-color css
<style>
span { border-color: #AA5A0D; }
span { border-color: rgb(170,90,13); }
td.TdClassName
{
border-color: #AA5A0D;
}
.TagClassName
{
border-color: #AA5A0D;
}
</style>