Shades of Golden Brown #AA7412
Tints of Golden Brown #AA7412
RGB
CMYK
RGB Variations
Color information
#AA7412 (or 0xAA7412) is known color: Golden Brown. HEX triplet: AA, 74 and 12. RGB value is (170,116,18). Sum of RGB (Red+Green+Blue) = 170+116+18=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7412 is #558BED. Grayscale: #797979. Windows color (decimal): -5606382 or 1209514. OLE color: 1209514.
HSL color Cylindrical-coordinate representation of color #AA7412: hue angle of 38.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA7412 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 18 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.33 |
| HSL | 38.68º | 0.81% | 0.37% | - |
| HSV(B) | 38.68º | 0.89% | 0.67% | - |
| XYZ | 22.93 | 21.08 | 3.43 | - |
| YUV | 120.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 18 | 0 | 0.32 | 0.89 | 0.33 | 38.68 | 0.81 | 0.37 |
| Hex | AA | 74 | 12 | 0 | 20 | 59 | 21 | 27 | 51 | 25 |
| Octal | 252 | 164 | 22 | 0 | 40 | 131 | 41 | 47 | 121 | 45 |
| Binary | 10101010 | 1110100 | 10010 | 0 | 100000 | 1011001 | 100001 | 100111 | 1010001 | 100101 |
Color Harmonies of #AA7412
Complementary color
Monochromatic Colors of #AA7412
Black with #AA7412
Text Example
Text Example
White with #AA7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7412; }
p { color: rgb(170,116,18); }
H1.HeaderClassName
{
color: #AA7412;
}
.AnyTagClassName
{
color: #AA7412;
}
</style>
background-color css
<style>
a { background-color: #AA7412; }
a { background-color: rgb(170,116,18); }
div.DivClassName
{
background-color: #AA7412;
}
.BgClassName
{
background-color: #AA7412;
}
</style>
border-color css
<style>
span { border-color: #AA7412; }
span { border-color: rgb(170,116,18); }
td.TdClassName
{
border-color: #AA7412;
}
.TagClassName
{
border-color: #AA7412;
}
</style>