Shades of Golden Brown #AA6519
Tints of Golden Brown #AA6519
RGB
CMYK
RGB Variations
Color information
#AA6519 (or 0xAA6519) is known color: Golden Brown. HEX triplet: AA, 65 and 19. RGB value is (170,101,25). Sum of RGB (Red+Green+Blue) = 170+101+25=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6519 is #559AE6. Grayscale: #717171. Windows color (decimal): -5610215 or 1664426. OLE color: 1664426.
HSL color Cylindrical-coordinate representation of color #AA6519: hue angle of 31.45º 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 #AA6519 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 25 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.33 |
| HSL | 31.45º | 0.74% | 0.38% | - |
| HSV(B) | 31.45º | 0.85% | 0.67% | - |
| XYZ | 21.41 | 17.92 | 3.25 | - |
| YUV | 112.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 25 | 0 | 0.41 | 0.85 | 0.33 | 31.45 | 0.74 | 0.38 |
| Hex | AA | 65 | 19 | 0 | 29 | 55 | 21 | 1F | 4A | 26 |
| Octal | 252 | 145 | 31 | 0 | 51 | 125 | 41 | 37 | 112 | 46 |
| Binary | 10101010 | 1100101 | 11001 | 0 | 101001 | 1010101 | 100001 | 11111 | 1001010 | 100110 |
Color Harmonies of #AA6519
Complementary color
Monochromatic Colors of #AA6519
Black with #AA6519
Text Example
Text Example
White with #AA6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6519; }
p { color: rgb(170,101,25); }
H1.HeaderClassName
{
color: #AA6519;
}
.AnyTagClassName
{
color: #AA6519;
}
</style>
background-color css
<style>
a { background-color: #AA6519; }
a { background-color: rgb(170,101,25); }
div.DivClassName
{
background-color: #AA6519;
}
.BgClassName
{
background-color: #AA6519;
}
</style>
border-color css
<style>
span { border-color: #AA6519; }
span { border-color: rgb(170,101,25); }
td.TdClassName
{
border-color: #AA6519;
}
.TagClassName
{
border-color: #AA6519;
}
</style>