Shades of Golden Brown #AA5F16
Tints of Golden Brown #AA5F16
RGB
CMYK
RGB Variations
Color information
#AA5F16 (or 0xAA5F16) is known color: Golden Brown. HEX triplet: AA, 5F and 16. RGB value is (170,95,22). Sum of RGB (Red+Green+Blue) = 170+95+22=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5F16 is #55A0E9. Grayscale: #6D6D6D. Windows color (decimal): -5611754 or 1466282. OLE color: 1466282.
HSL color Cylindrical-coordinate representation of color #AA5F16: hue angle of 29.59º 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 #AA5F16 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 95 | 22 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.33 |
| HSL | 29.59º | 0.77% | 0.38% | - |
| HSV(B) | 29.59º | 0.87% | 0.67% | - |
| XYZ | 20.81 | 16.79 | 2.9 | - |
| YUV | 109.1 | 78.85 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 22 | 0 | 0.44 | 0.87 | 0.33 | 29.59 | 0.77 | 0.38 |
| Hex | AA | 5F | 16 | 0 | 2C | 57 | 21 | 1E | 4D | 26 |
| Octal | 252 | 137 | 26 | 0 | 54 | 127 | 41 | 36 | 115 | 46 |
| Binary | 10101010 | 1011111 | 10110 | 0 | 101100 | 1010111 | 100001 | 11110 | 1001101 | 100110 |
Color Harmonies of #AA5F16
Complementary color
Monochromatic Colors of #AA5F16
Black with #AA5F16
Text Example
Text Example
White with #AA5F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5F16; }
p { color: rgb(170,95,22); }
H1.HeaderClassName
{
color: #AA5F16;
}
.AnyTagClassName
{
color: #AA5F16;
}
</style>
background-color css
<style>
a { background-color: #AA5F16; }
a { background-color: rgb(170,95,22); }
div.DivClassName
{
background-color: #AA5F16;
}
.BgClassName
{
background-color: #AA5F16;
}
</style>
border-color css
<style>
span { border-color: #AA5F16; }
span { border-color: rgb(170,95,22); }
td.TdClassName
{
border-color: #AA5F16;
}
.TagClassName
{
border-color: #AA5F16;
}
</style>