Shades of Golden Brown #AA5D18
Tints of Golden Brown #AA5D18
RGB
CMYK
RGB Variations
Color information
#AA5D18 (or 0xAA5D18) is known color: Golden Brown. HEX triplet: AA, 5D and 18. RGB value is (170,93,24). Sum of RGB (Red+Green+Blue) = 170+93+24=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D18 is #55A2E7. Grayscale: #6C6C6C. Windows color (decimal): -5612264 or 1596842. OLE color: 1596842.
HSL color Cylindrical-coordinate representation of color #AA5D18: hue angle of 28.36º degrees, saturation: 0.75, 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 #AA5D18 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 24 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.33 |
| HSL | 28.36º | 0.75% | 0.38% | - |
| HSV(B) | 28.36º | 0.86% | 0.67% | - |
| XYZ | 20.66 | 16.44 | 2.95 | - |
| YUV | 108.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 24 | 0 | 0.45 | 0.86 | 0.33 | 28.36 | 0.75 | 0.38 |
| Hex | AA | 5D | 18 | 0 | 2D | 56 | 21 | 1C | 4B | 26 |
| Octal | 252 | 135 | 30 | 0 | 55 | 126 | 41 | 34 | 113 | 46 |
| Binary | 10101010 | 1011101 | 11000 | 0 | 101101 | 1010110 | 100001 | 11100 | 1001011 | 100110 |
Color Harmonies of #AA5D18
Complementary color
Monochromatic Colors of #AA5D18
Black with #AA5D18
Text Example
Text Example
White with #AA5D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D18; }
p { color: rgb(170,93,24); }
H1.HeaderClassName
{
color: #AA5D18;
}
.AnyTagClassName
{
color: #AA5D18;
}
</style>
background-color css
<style>
a { background-color: #AA5D18; }
a { background-color: rgb(170,93,24); }
div.DivClassName
{
background-color: #AA5D18;
}
.BgClassName
{
background-color: #AA5D18;
}
</style>
border-color css
<style>
span { border-color: #AA5D18; }
span { border-color: rgb(170,93,24); }
td.TdClassName
{
border-color: #AA5D18;
}
.TagClassName
{
border-color: #AA5D18;
}
</style>