Shades of Golden Brown #AA5D17
Tints of Golden Brown #AA5D17
RGB
CMYK
RGB Variations
Color information
#AA5D17 (or 0xAA5D17) is known color: Golden Brown. HEX triplet: AA, 5D and 17. RGB value is (170,93,23). Sum of RGB (Red+Green+Blue) = 170+93+23=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D17 is #55A2E8. Grayscale: #6C6C6C. Windows color (decimal): -5612265 or 1531306. OLE color: 1531306.
HSL color Cylindrical-coordinate representation of color #AA5D17: hue angle of 28.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA5D17 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 23 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.33 |
| HSL | 28.57º | 0.76% | 0.38% | - |
| HSV(B) | 28.57º | 0.86% | 0.67% | - |
| XYZ | 20.65 | 16.44 | 2.9 | - |
| YUV | 108.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 23 | 0 | 0.45 | 0.86 | 0.33 | 28.57 | 0.76 | 0.38 |
| Hex | AA | 5D | 17 | 0 | 2D | 56 | 21 | 1D | 4C | 26 |
| Octal | 252 | 135 | 27 | 0 | 55 | 126 | 41 | 35 | 114 | 46 |
| Binary | 10101010 | 1011101 | 10111 | 0 | 101101 | 1010110 | 100001 | 11101 | 1001100 | 100110 |
Color Harmonies of #AA5D17
Complementary color
Monochromatic Colors of #AA5D17
Black with #AA5D17
Text Example
Text Example
White with #AA5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D17; }
p { color: rgb(170,93,23); }
H1.HeaderClassName
{
color: #AA5D17;
}
.AnyTagClassName
{
color: #AA5D17;
}
</style>
background-color css
<style>
a { background-color: #AA5D17; }
a { background-color: rgb(170,93,23); }
div.DivClassName
{
background-color: #AA5D17;
}
.BgClassName
{
background-color: #AA5D17;
}
</style>
border-color css
<style>
span { border-color: #AA5D17; }
span { border-color: rgb(170,93,23); }
td.TdClassName
{
border-color: #AA5D17;
}
.TagClassName
{
border-color: #AA5D17;
}
</style>