Shades of Golden Brown #AA5C16
Tints of Golden Brown #AA5C16
RGB
CMYK
RGB Variations
Color information
#AA5C16 (or 0xAA5C16) is known color: Golden Brown. HEX triplet: AA, 5C and 16. RGB value is (170,92,22). Sum of RGB (Red+Green+Blue) = 170+92+22=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C16 is #55A3E9. Grayscale: #6B6B6B. Windows color (decimal): -5612522 or 1465514. OLE color: 1465514.
HSL color Cylindrical-coordinate representation of color #AA5C16: hue angle of 28.38º 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 #AA5C16 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 22 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.33 |
| HSL | 28.38º | 0.77% | 0.38% | - |
| HSV(B) | 28.38º | 0.87% | 0.67% | - |
| XYZ | 20.55 | 16.26 | 2.81 | - |
| YUV | 107.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 22 | 0 | 0.46 | 0.87 | 0.33 | 28.38 | 0.77 | 0.38 |
| Hex | AA | 5C | 16 | 0 | 2E | 57 | 21 | 1C | 4D | 26 |
| Octal | 252 | 134 | 26 | 0 | 56 | 127 | 41 | 34 | 115 | 46 |
| Binary | 10101010 | 1011100 | 10110 | 0 | 101110 | 1010111 | 100001 | 11100 | 1001101 | 100110 |
Color Harmonies of #AA5C16
Complementary color
Monochromatic Colors of #AA5C16
Black with #AA5C16
Text Example
Text Example
White with #AA5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C16; }
p { color: rgb(170,92,22); }
H1.HeaderClassName
{
color: #AA5C16;
}
.AnyTagClassName
{
color: #AA5C16;
}
</style>
background-color css
<style>
a { background-color: #AA5C16; }
a { background-color: rgb(170,92,22); }
div.DivClassName
{
background-color: #AA5C16;
}
.BgClassName
{
background-color: #AA5C16;
}
</style>
border-color css
<style>
span { border-color: #AA5C16; }
span { border-color: rgb(170,92,22); }
td.TdClassName
{
border-color: #AA5C16;
}
.TagClassName
{
border-color: #AA5C16;
}
</style>