Shades of Golden Brown #AA6417
Tints of Golden Brown #AA6417
RGB
CMYK
RGB Variations
Color information
#AA6417 (or 0xAA6417) is known color: Golden Brown. HEX triplet: AA, 64 and 17. RGB value is (170,100,23). Sum of RGB (Red+Green+Blue) = 170+100+23=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6417 is #559BE8. Grayscale: #707070. Windows color (decimal): -5610473 or 1533098. OLE color: 1533098.
HSL color Cylindrical-coordinate representation of color #AA6417: hue angle of 31.43º 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 #AA6417 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 23 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.33 |
| HSL | 31.43º | 0.76% | 0.38% | - |
| HSV(B) | 31.43º | 0.86% | 0.67% | - |
| XYZ | 21.29 | 17.72 | 3.11 | - |
| YUV | 112.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 23 | 0 | 0.41 | 0.86 | 0.33 | 31.43 | 0.76 | 0.38 |
| Hex | AA | 64 | 17 | 0 | 29 | 56 | 21 | 1F | 4C | 26 |
| Octal | 252 | 144 | 27 | 0 | 51 | 126 | 41 | 37 | 114 | 46 |
| Binary | 10101010 | 1100100 | 10111 | 0 | 101001 | 1010110 | 100001 | 11111 | 1001100 | 100110 |
Color Harmonies of #AA6417
Complementary color
Monochromatic Colors of #AA6417
Black with #AA6417
Text Example
Text Example
White with #AA6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6417; }
p { color: rgb(170,100,23); }
H1.HeaderClassName
{
color: #AA6417;
}
.AnyTagClassName
{
color: #AA6417;
}
</style>
background-color css
<style>
a { background-color: #AA6417; }
a { background-color: rgb(170,100,23); }
div.DivClassName
{
background-color: #AA6417;
}
.BgClassName
{
background-color: #AA6417;
}
</style>
border-color css
<style>
span { border-color: #AA6417; }
span { border-color: rgb(170,100,23); }
td.TdClassName
{
border-color: #AA6417;
}
.TagClassName
{
border-color: #AA6417;
}
</style>