Shades of Golden Brown #AA6B19
Tints of Golden Brown #AA6B19
RGB
CMYK
RGB Variations
Color information
#AA6B19 (or 0xAA6B19) is known color: Golden Brown. HEX triplet: AA, 6B and 19. RGB value is (170,107,25). Sum of RGB (Red+Green+Blue) = 170+107+25=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B19 is #5594E6. Grayscale: #747474. Windows color (decimal): -5608679 or 1665962. OLE color: 1665962.
HSL color Cylindrical-coordinate representation of color #AA6B19: hue angle of 33.93º 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 #AA6B19 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 25 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.33 |
| HSL | 33.93º | 0.74% | 0.38% | - |
| HSV(B) | 33.93º | 0.85% | 0.67% | - |
| XYZ | 22.01 | 19.13 | 3.45 | - |
| YUV | 116.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 25 | 0 | 0.37 | 0.85 | 0.33 | 33.93 | 0.74 | 0.38 |
| Hex | AA | 6B | 19 | 0 | 25 | 55 | 21 | 22 | 4A | 26 |
| Octal | 252 | 153 | 31 | 0 | 45 | 125 | 41 | 42 | 112 | 46 |
| Binary | 10101010 | 1101011 | 11001 | 0 | 100101 | 1010101 | 100001 | 100010 | 1001010 | 100110 |
Color Harmonies of #AA6B19
Complementary color
Monochromatic Colors of #AA6B19
Black with #AA6B19
Text Example
Text Example
White with #AA6B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B19; }
p { color: rgb(170,107,25); }
H1.HeaderClassName
{
color: #AA6B19;
}
.AnyTagClassName
{
color: #AA6B19;
}
</style>
background-color css
<style>
a { background-color: #AA6B19; }
a { background-color: rgb(170,107,25); }
div.DivClassName
{
background-color: #AA6B19;
}
.BgClassName
{
background-color: #AA6B19;
}
</style>
border-color css
<style>
span { border-color: #AA6B19; }
span { border-color: rgb(170,107,25); }
td.TdClassName
{
border-color: #AA6B19;
}
.TagClassName
{
border-color: #AA6B19;
}
</style>