Shades of Golden Brown #AA6918
Tints of Golden Brown #AA6918
RGB
CMYK
RGB Variations
Color information
#AA6918 (or 0xAA6918) is known color: Golden Brown. HEX triplet: AA, 69 and 18. RGB value is (170,105,24). Sum of RGB (Red+Green+Blue) = 170+105+24=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6918 is #5596E7. Grayscale: #737373. Windows color (decimal): -5609192 or 1599914. OLE color: 1599914.
HSL color Cylindrical-coordinate representation of color #AA6918: hue angle of 33.29º 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 #AA6918 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 24 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.33 |
| HSL | 33.29º | 0.75% | 0.38% | - |
| HSV(B) | 33.29º | 0.86% | 0.67% | - |
| XYZ | 21.79 | 18.72 | 3.33 | - |
| YUV | 115.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 24 | 0 | 0.38 | 0.86 | 0.33 | 33.29 | 0.75 | 0.38 |
| Hex | AA | 69 | 18 | 0 | 26 | 56 | 21 | 21 | 4B | 26 |
| Octal | 252 | 151 | 30 | 0 | 46 | 126 | 41 | 41 | 113 | 46 |
| Binary | 10101010 | 1101001 | 11000 | 0 | 100110 | 1010110 | 100001 | 100001 | 1001011 | 100110 |
Color Harmonies of #AA6918
Complementary color
Monochromatic Colors of #AA6918
Black with #AA6918
Text Example
Text Example
White with #AA6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6918; }
p { color: rgb(170,105,24); }
H1.HeaderClassName
{
color: #AA6918;
}
.AnyTagClassName
{
color: #AA6918;
}
</style>
background-color css
<style>
a { background-color: #AA6918; }
a { background-color: rgb(170,105,24); }
div.DivClassName
{
background-color: #AA6918;
}
.BgClassName
{
background-color: #AA6918;
}
</style>
border-color css
<style>
span { border-color: #AA6918; }
span { border-color: rgb(170,105,24); }
td.TdClassName
{
border-color: #AA6918;
}
.TagClassName
{
border-color: #AA6918;
}
</style>