Shades of Golden Brown #AA5C11
Tints of Golden Brown #AA5C11
RGB
CMYK
RGB Variations
Color information
#AA5C11 (or 0xAA5C11) is known color: Golden Brown. HEX triplet: AA, 5C and 11. RGB value is (170,92,17). Sum of RGB (Red+Green+Blue) = 170+92+17=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C11 is #55A3EE. Grayscale: #6B6B6B. Windows color (decimal): -5612527 or 1137834. OLE color: 1137834.
HSL color Cylindrical-coordinate representation of color #AA5C11: hue angle of 29.41º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA5C11 is Cyan = 0, Magento = 0.46, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 17 | - |
| CMYK | 0 | 0.46 | 0.9 | 0.33 |
| HSL | 29.41º | 0.82% | 0.37% | - |
| HSV(B) | 29.41º | 0.9% | 0.67% | - |
| XYZ | 20.51 | 16.24 | 2.58 | - |
| YUV | 106.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 17 | 0 | 0.46 | 0.9 | 0.33 | 29.41 | 0.82 | 0.37 |
| Hex | AA | 5C | 11 | 0 | 2E | 5A | 21 | 1D | 52 | 25 |
| Octal | 252 | 134 | 21 | 0 | 56 | 132 | 41 | 35 | 122 | 45 |
| Binary | 10101010 | 1011100 | 10001 | 0 | 101110 | 1011010 | 100001 | 11101 | 1010010 | 100101 |
Color Harmonies of #AA5C11
Complementary color
Monochromatic Colors of #AA5C11
Black with #AA5C11
Text Example
Text Example
White with #AA5C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C11; }
p { color: rgb(170,92,17); }
H1.HeaderClassName
{
color: #AA5C11;
}
.AnyTagClassName
{
color: #AA5C11;
}
</style>
background-color css
<style>
a { background-color: #AA5C11; }
a { background-color: rgb(170,92,17); }
div.DivClassName
{
background-color: #AA5C11;
}
.BgClassName
{
background-color: #AA5C11;
}
</style>
border-color css
<style>
span { border-color: #AA5C11; }
span { border-color: rgb(170,92,17); }
td.TdClassName
{
border-color: #AA5C11;
}
.TagClassName
{
border-color: #AA5C11;
}
</style>