Shades of Golden Brown #AA6418
Tints of Golden Brown #AA6418
RGB
CMYK
RGB Variations
Color information
#AA6418 (or 0xAA6418) is known color: Golden Brown. HEX triplet: AA, 64 and 18. RGB value is (170,100,24). Sum of RGB (Red+Green+Blue) = 170+100+24=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6418 is #559BE7. Grayscale: #707070. Windows color (decimal): -5610472 or 1598634. OLE color: 1598634.
HSL color Cylindrical-coordinate representation of color #AA6418: hue angle of 31.23º 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 #AA6418 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 24 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.33 |
| HSL | 31.23º | 0.75% | 0.38% | - |
| HSV(B) | 31.23º | 0.86% | 0.67% | - |
| XYZ | 21.3 | 17.73 | 3.16 | - |
| YUV | 112.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 24 | 0 | 0.41 | 0.86 | 0.33 | 31.23 | 0.75 | 0.38 |
| Hex | AA | 64 | 18 | 0 | 29 | 56 | 21 | 1F | 4B | 26 |
| Octal | 252 | 144 | 30 | 0 | 51 | 126 | 41 | 37 | 113 | 46 |
| Binary | 10101010 | 1100100 | 11000 | 0 | 101001 | 1010110 | 100001 | 11111 | 1001011 | 100110 |
Color Harmonies of #AA6418
Complementary color
Monochromatic Colors of #AA6418
Black with #AA6418
Text Example
Text Example
White with #AA6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6418; }
p { color: rgb(170,100,24); }
H1.HeaderClassName
{
color: #AA6418;
}
.AnyTagClassName
{
color: #AA6418;
}
</style>
background-color css
<style>
a { background-color: #AA6418; }
a { background-color: rgb(170,100,24); }
div.DivClassName
{
background-color: #AA6418;
}
.BgClassName
{
background-color: #AA6418;
}
</style>
border-color css
<style>
span { border-color: #AA6418; }
span { border-color: rgb(170,100,24); }
td.TdClassName
{
border-color: #AA6418;
}
.TagClassName
{
border-color: #AA6418;
}
</style>