Shades of Golden Brown #AA6019
Tints of Golden Brown #AA6019
RGB
CMYK
RGB Variations
Color information
#AA6019 (or 0xAA6019) is known color: Golden Brown. HEX triplet: AA, 60 and 19. RGB value is (170,96,25). Sum of RGB (Red+Green+Blue) = 170+96+25=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6019 is #559FE6. Grayscale: #6E6E6E. Windows color (decimal): -5611495 or 1663146. OLE color: 1663146.
HSL color Cylindrical-coordinate representation of color #AA6019: hue angle of 29.38º 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 #AA6019 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 25 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.33 |
| HSL | 29.38º | 0.74% | 0.38% | - |
| HSV(B) | 29.38º | 0.85% | 0.67% | - |
| XYZ | 20.94 | 16.98 | 3.09 | - |
| YUV | 110.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 25 | 0 | 0.44 | 0.85 | 0.33 | 29.38 | 0.74 | 0.38 |
| Hex | AA | 60 | 19 | 0 | 2C | 55 | 21 | 1D | 4A | 26 |
| Octal | 252 | 140 | 31 | 0 | 54 | 125 | 41 | 35 | 112 | 46 |
| Binary | 10101010 | 1100000 | 11001 | 0 | 101100 | 1010101 | 100001 | 11101 | 1001010 | 100110 |
Color Harmonies of #AA6019
Complementary color
Monochromatic Colors of #AA6019
Black with #AA6019
Text Example
Text Example
White with #AA6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6019; }
p { color: rgb(170,96,25); }
H1.HeaderClassName
{
color: #AA6019;
}
.AnyTagClassName
{
color: #AA6019;
}
</style>
background-color css
<style>
a { background-color: #AA6019; }
a { background-color: rgb(170,96,25); }
div.DivClassName
{
background-color: #AA6019;
}
.BgClassName
{
background-color: #AA6019;
}
</style>
border-color css
<style>
span { border-color: #AA6019; }
span { border-color: rgb(170,96,25); }
td.TdClassName
{
border-color: #AA6019;
}
.TagClassName
{
border-color: #AA6019;
}
</style>