Shades of Golden Brown #AA6D19
Tints of Golden Brown #AA6D19
RGB
CMYK
RGB Variations
Color information
#AA6D19 (or 0xAA6D19) is known color: Golden Brown. HEX triplet: AA, 6D and 19. RGB value is (170,109,25). Sum of RGB (Red+Green+Blue) = 170+109+25=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6D19 is #5592E6. Grayscale: #767676. Windows color (decimal): -5608167 or 1666474. OLE color: 1666474.
HSL color Cylindrical-coordinate representation of color #AA6D19: hue angle of 34.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA6D19 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 25 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.33 |
| HSL | 34.76º | 0.74% | 0.38% | - |
| HSV(B) | 34.76º | 0.85% | 0.67% | - |
| XYZ | 22.22 | 19.55 | 3.52 | - |
| YUV | 117.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 25 | 0 | 0.36 | 0.85 | 0.33 | 34.76 | 0.74 | 0.38 |
| Hex | AA | 6D | 19 | 0 | 24 | 55 | 21 | 23 | 4A | 26 |
| Octal | 252 | 155 | 31 | 0 | 44 | 125 | 41 | 43 | 112 | 46 |
| Binary | 10101010 | 1101101 | 11001 | 0 | 100100 | 1010101 | 100001 | 100011 | 1001010 | 100110 |
Color Harmonies of #AA6D19
Complementary color
Monochromatic Colors of #AA6D19
Black with #AA6D19
Text Example
Text Example
White with #AA6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D19; }
p { color: rgb(170,109,25); }
H1.HeaderClassName
{
color: #AA6D19;
}
.AnyTagClassName
{
color: #AA6D19;
}
</style>
background-color css
<style>
a { background-color: #AA6D19; }
a { background-color: rgb(170,109,25); }
div.DivClassName
{
background-color: #AA6D19;
}
.BgClassName
{
background-color: #AA6D19;
}
</style>
border-color css
<style>
span { border-color: #AA6D19; }
span { border-color: rgb(170,109,25); }
td.TdClassName
{
border-color: #AA6D19;
}
.TagClassName
{
border-color: #AA6D19;
}
</style>