Shades of Golden Brown #AA5C12
Tints of Golden Brown #AA5C12
RGB
CMYK
RGB Variations
Color information
#AA5C12 (or 0xAA5C12) is known color: Golden Brown. HEX triplet: AA, 5C and 12. RGB value is (170,92,18). Sum of RGB (Red+Green+Blue) = 170+92+18=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C12 is #55A3ED. Grayscale: #6B6B6B. Windows color (decimal): -5612526 or 1203370. OLE color: 1203370.
HSL color Cylindrical-coordinate representation of color #AA5C12: hue angle of 29.21º 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 #AA5C12 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 18 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.33 |
| HSL | 29.21º | 0.81% | 0.37% | - |
| HSV(B) | 29.21º | 0.89% | 0.67% | - |
| XYZ | 20.51 | 16.24 | 2.63 | - |
| YUV | 106.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 18 | 0 | 0.46 | 0.89 | 0.33 | 29.21 | 0.81 | 0.37 |
| Hex | AA | 5C | 12 | 0 | 2E | 59 | 21 | 1D | 51 | 25 |
| Octal | 252 | 134 | 22 | 0 | 56 | 131 | 41 | 35 | 121 | 45 |
| Binary | 10101010 | 1011100 | 10010 | 0 | 101110 | 1011001 | 100001 | 11101 | 1010001 | 100101 |
Color Harmonies of #AA5C12
Complementary color
Monochromatic Colors of #AA5C12
Black with #AA5C12
Text Example
Text Example
White with #AA5C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C12; }
p { color: rgb(170,92,18); }
H1.HeaderClassName
{
color: #AA5C12;
}
.AnyTagClassName
{
color: #AA5C12;
}
</style>
background-color css
<style>
a { background-color: #AA5C12; }
a { background-color: rgb(170,92,18); }
div.DivClassName
{
background-color: #AA5C12;
}
.BgClassName
{
background-color: #AA5C12;
}
</style>
border-color css
<style>
span { border-color: #AA5C12; }
span { border-color: rgb(170,92,18); }
td.TdClassName
{
border-color: #AA5C12;
}
.TagClassName
{
border-color: #AA5C12;
}
</style>