Shades of Golden Brown #AA5D16
Tints of Golden Brown #AA5D16
RGB
CMYK
RGB Variations
Color information
#AA5D16 (or 0xAA5D16) is known color: Golden Brown. HEX triplet: AA, 5D and 16. RGB value is (170,93,22). Sum of RGB (Red+Green+Blue) = 170+93+22=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D16 is #55A2E9. Grayscale: #6C6C6C. Windows color (decimal): -5612266 or 1465770. OLE color: 1465770.
HSL color Cylindrical-coordinate representation of color #AA5D16: hue angle of 28.78º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA5D16 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 22 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.33 |
| HSL | 28.78º | 0.77% | 0.38% | - |
| HSV(B) | 28.78º | 0.87% | 0.67% | - |
| XYZ | 20.64 | 16.43 | 2.84 | - |
| YUV | 107.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 22 | 0 | 0.45 | 0.87 | 0.33 | 28.78 | 0.77 | 0.38 |
| Hex | AA | 5D | 16 | 0 | 2D | 57 | 21 | 1D | 4D | 26 |
| Octal | 252 | 135 | 26 | 0 | 55 | 127 | 41 | 35 | 115 | 46 |
| Binary | 10101010 | 1011101 | 10110 | 0 | 101101 | 1010111 | 100001 | 11101 | 1001101 | 100110 |
Color Harmonies of #AA5D16
Complementary color
Monochromatic Colors of #AA5D16
Black with #AA5D16
Text Example
Text Example
White with #AA5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D16; }
p { color: rgb(170,93,22); }
H1.HeaderClassName
{
color: #AA5D16;
}
.AnyTagClassName
{
color: #AA5D16;
}
</style>
background-color css
<style>
a { background-color: #AA5D16; }
a { background-color: rgb(170,93,22); }
div.DivClassName
{
background-color: #AA5D16;
}
.BgClassName
{
background-color: #AA5D16;
}
</style>
border-color css
<style>
span { border-color: #AA5D16; }
span { border-color: rgb(170,93,22); }
td.TdClassName
{
border-color: #AA5D16;
}
.TagClassName
{
border-color: #AA5D16;
}
</style>