Shades of Golden Brown #AA5E10
Tints of Golden Brown #AA5E10
RGB
CMYK
RGB Variations
Color information
#AA5E10 (or 0xAA5E10) is known color: Golden Brown. HEX triplet: AA, 5E and 10. RGB value is (170,94,16). Sum of RGB (Red+Green+Blue) = 170+94+16=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E10 is #55A1EF. Grayscale: #6C6C6C. Windows color (decimal): -5612016 or 1072810. OLE color: 1072810.
HSL color Cylindrical-coordinate representation of color #AA5E10: hue angle of 30.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA5E10 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 16 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.33 |
| HSL | 30.39º | 0.83% | 0.36% | - |
| HSV(B) | 30.39º | 0.91% | 0.67% | - |
| XYZ | 20.67 | 16.59 | 2.6 | - |
| YUV | 107.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 16 | 0 | 0.45 | 0.91 | 0.33 | 30.39 | 0.83 | 0.36 |
| Hex | AA | 5E | 10 | 0 | 2D | 5B | 21 | 1E | 53 | 24 |
| Octal | 252 | 136 | 20 | 0 | 55 | 133 | 41 | 36 | 123 | 44 |
| Binary | 10101010 | 1011110 | 10000 | 0 | 101101 | 1011011 | 100001 | 11110 | 1010011 | 100100 |
Color Harmonies of #AA5E10
Complementary color
Monochromatic Colors of #AA5E10
Black with #AA5E10
Text Example
Text Example
White with #AA5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E10; }
p { color: rgb(170,94,16); }
H1.HeaderClassName
{
color: #AA5E10;
}
.AnyTagClassName
{
color: #AA5E10;
}
</style>
background-color css
<style>
a { background-color: #AA5E10; }
a { background-color: rgb(170,94,16); }
div.DivClassName
{
background-color: #AA5E10;
}
.BgClassName
{
background-color: #AA5E10;
}
</style>
border-color css
<style>
span { border-color: #AA5E10; }
span { border-color: rgb(170,94,16); }
td.TdClassName
{
border-color: #AA5E10;
}
.TagClassName
{
border-color: #AA5E10;
}
</style>