Shades of Golden Brown #AA7312
Tints of Golden Brown #AA7312
RGB
CMYK
RGB Variations
Color information
#AA7312 (or 0xAA7312) is known color: Golden Brown. HEX triplet: AA, 73 and 12. RGB value is (170,115,18). Sum of RGB (Red+Green+Blue) = 170+115+18=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7312 is #558CED. Grayscale: #787878. Windows color (decimal): -5606638 or 1209258. OLE color: 1209258.
HSL color Cylindrical-coordinate representation of color #AA7312: hue angle of 38.29º 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 #AA7312 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 18 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.33 |
| HSL | 38.29º | 0.81% | 0.37% | - |
| HSV(B) | 38.29º | 0.89% | 0.67% | - |
| XYZ | 22.82 | 20.85 | 3.39 | - |
| YUV | 120.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 18 | 0 | 0.32 | 0.89 | 0.33 | 38.29 | 0.81 | 0.37 |
| Hex | AA | 73 | 12 | 0 | 20 | 59 | 21 | 26 | 51 | 25 |
| Octal | 252 | 163 | 22 | 0 | 40 | 131 | 41 | 46 | 121 | 45 |
| Binary | 10101010 | 1110011 | 10010 | 0 | 100000 | 1011001 | 100001 | 100110 | 1010001 | 100101 |
Color Harmonies of #AA7312
Complementary color
Monochromatic Colors of #AA7312
Black with #AA7312
Text Example
Text Example
White with #AA7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7312; }
p { color: rgb(170,115,18); }
H1.HeaderClassName
{
color: #AA7312;
}
.AnyTagClassName
{
color: #AA7312;
}
</style>
background-color css
<style>
a { background-color: #AA7312; }
a { background-color: rgb(170,115,18); }
div.DivClassName
{
background-color: #AA7312;
}
.BgClassName
{
background-color: #AA7312;
}
</style>
border-color css
<style>
span { border-color: #AA7312; }
span { border-color: rgb(170,115,18); }
td.TdClassName
{
border-color: #AA7312;
}
.TagClassName
{
border-color: #AA7312;
}
</style>