Shades of Golden Brown #AA6C18
Tints of Golden Brown #AA6C18
RGB
CMYK
RGB Variations
Color information
#AA6C18 (or 0xAA6C18) is known color: Golden Brown. HEX triplet: AA, 6C and 18. RGB value is (170,108,24). Sum of RGB (Red+Green+Blue) = 170+108+24=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6C18 is #5593E7. Grayscale: #757575. Windows color (decimal): -5608424 or 1600682. OLE color: 1600682.
HSL color Cylindrical-coordinate representation of color #AA6C18: hue angle of 34.52º 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 #AA6C18 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 24 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.33 |
| HSL | 34.52º | 0.75% | 0.38% | - |
| HSV(B) | 34.52º | 0.86% | 0.67% | - |
| XYZ | 22.11 | 19.34 | 3.43 | - |
| YUV | 116.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 24 | 0 | 0.36 | 0.86 | 0.33 | 34.52 | 0.75 | 0.38 |
| Hex | AA | 6C | 18 | 0 | 24 | 56 | 21 | 23 | 4B | 26 |
| Octal | 252 | 154 | 30 | 0 | 44 | 126 | 41 | 43 | 113 | 46 |
| Binary | 10101010 | 1101100 | 11000 | 0 | 100100 | 1010110 | 100001 | 100011 | 1001011 | 100110 |
Color Harmonies of #AA6C18
Complementary color
Monochromatic Colors of #AA6C18
Black with #AA6C18
Text Example
Text Example
White with #AA6C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C18; }
p { color: rgb(170,108,24); }
H1.HeaderClassName
{
color: #AA6C18;
}
.AnyTagClassName
{
color: #AA6C18;
}
</style>
background-color css
<style>
a { background-color: #AA6C18; }
a { background-color: rgb(170,108,24); }
div.DivClassName
{
background-color: #AA6C18;
}
.BgClassName
{
background-color: #AA6C18;
}
</style>
border-color css
<style>
span { border-color: #AA6C18; }
span { border-color: rgb(170,108,24); }
td.TdClassName
{
border-color: #AA6C18;
}
.TagClassName
{
border-color: #AA6C18;
}
</style>