Shades of Golden Brown #AA6214
Tints of Golden Brown #AA6214
RGB
CMYK
RGB Variations
Color information
#AA6214 (or 0xAA6214) is known color: Golden Brown. HEX triplet: AA, 62 and 14. RGB value is (170,98,20). Sum of RGB (Red+Green+Blue) = 170+98+20=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6214 is #559DEB. Grayscale: #6F6F6F. Windows color (decimal): -5610988 or 1335978. OLE color: 1335978.
HSL color Cylindrical-coordinate representation of color #AA6214: hue angle of 31.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA6214 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 20 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.33 |
| HSL | 31.2º | 0.79% | 0.37% | - |
| HSV(B) | 31.2º | 0.88% | 0.67% | - |
| XYZ | 21.07 | 17.33 | 2.9 | - |
| YUV | 110.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 20 | 0 | 0.42 | 0.88 | 0.33 | 31.2 | 0.79 | 0.37 |
| Hex | AA | 62 | 14 | 0 | 2A | 58 | 21 | 1F | 4F | 25 |
| Octal | 252 | 142 | 24 | 0 | 52 | 130 | 41 | 37 | 117 | 45 |
| Binary | 10101010 | 1100010 | 10100 | 0 | 101010 | 1011000 | 100001 | 11111 | 1001111 | 100101 |
Color Harmonies of #AA6214
Complementary color
Monochromatic Colors of #AA6214
Black with #AA6214
Text Example
Text Example
White with #AA6214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6214; }
p { color: rgb(170,98,20); }
H1.HeaderClassName
{
color: #AA6214;
}
.AnyTagClassName
{
color: #AA6214;
}
</style>
background-color css
<style>
a { background-color: #AA6214; }
a { background-color: rgb(170,98,20); }
div.DivClassName
{
background-color: #AA6214;
}
.BgClassName
{
background-color: #AA6214;
}
</style>
border-color css
<style>
span { border-color: #AA6214; }
span { border-color: rgb(170,98,20); }
td.TdClassName
{
border-color: #AA6214;
}
.TagClassName
{
border-color: #AA6214;
}
</style>