Shades of Golden Brown #AA6419
Tints of Golden Brown #AA6419
RGB
CMYK
RGB Variations
Color information
#AA6419 (or 0xAA6419) is known color: Golden Brown. HEX triplet: AA, 64 and 19. RGB value is (170,100,25). Sum of RGB (Red+Green+Blue) = 170+100+25=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6419 is #559BE6. Grayscale: #707070. Windows color (decimal): -5610471 or 1664170. OLE color: 1664170.
HSL color Cylindrical-coordinate representation of color #AA6419: hue angle of 31.03º 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 #AA6419 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 25 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.33 |
| HSL | 31.03º | 0.74% | 0.38% | - |
| HSV(B) | 31.03º | 0.85% | 0.67% | - |
| XYZ | 21.31 | 17.73 | 3.22 | - |
| YUV | 112.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 25 | 0 | 0.41 | 0.85 | 0.33 | 31.03 | 0.74 | 0.38 |
| Hex | AA | 64 | 19 | 0 | 29 | 55 | 21 | 1F | 4A | 26 |
| Octal | 252 | 144 | 31 | 0 | 51 | 125 | 41 | 37 | 112 | 46 |
| Binary | 10101010 | 1100100 | 11001 | 0 | 101001 | 1010101 | 100001 | 11111 | 1001010 | 100110 |
Color Harmonies of #AA6419
Complementary color
Monochromatic Colors of #AA6419
Black with #AA6419
Text Example
Text Example
White with #AA6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6419; }
p { color: rgb(170,100,25); }
H1.HeaderClassName
{
color: #AA6419;
}
.AnyTagClassName
{
color: #AA6419;
}
</style>
background-color css
<style>
a { background-color: #AA6419; }
a { background-color: rgb(170,100,25); }
div.DivClassName
{
background-color: #AA6419;
}
.BgClassName
{
background-color: #AA6419;
}
</style>
border-color css
<style>
span { border-color: #AA6419; }
span { border-color: rgb(170,100,25); }
td.TdClassName
{
border-color: #AA6419;
}
.TagClassName
{
border-color: #AA6419;
}
</style>