Shades of Golden Brown #AA5710
Tints of Golden Brown #AA5710
RGB
CMYK
RGB Variations
Color information
#AA5710 (or 0xAA5710) is known color: Golden Brown. HEX triplet: AA, 57 and 10. RGB value is (170,87,16). Sum of RGB (Red+Green+Blue) = 170+87+16=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5710 is #55A8EF. Grayscale: #686868. Windows color (decimal): -5613808 or 1071018. OLE color: 1071018.
HSL color Cylindrical-coordinate representation of color #AA5710: hue angle of 27.66º 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 #AA5710 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 16 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.33 |
| HSL | 27.66º | 0.83% | 0.36% | - |
| HSV(B) | 27.66º | 0.91% | 0.67% | - |
| XYZ | 20.08 | 15.4 | 2.4 | - |
| YUV | 103.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 16 | 0 | 0.49 | 0.91 | 0.33 | 27.66 | 0.83 | 0.36 |
| Hex | AA | 57 | 10 | 0 | 31 | 5B | 21 | 1C | 53 | 24 |
| Octal | 252 | 127 | 20 | 0 | 61 | 133 | 41 | 34 | 123 | 44 |
| Binary | 10101010 | 1010111 | 10000 | 0 | 110001 | 1011011 | 100001 | 11100 | 1010011 | 100100 |
Color Harmonies of #AA5710
Complementary color
Monochromatic Colors of #AA5710
Black with #AA5710
Text Example
Text Example
White with #AA5710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5710; }
p { color: rgb(170,87,16); }
H1.HeaderClassName
{
color: #AA5710;
}
.AnyTagClassName
{
color: #AA5710;
}
</style>
background-color css
<style>
a { background-color: #AA5710; }
a { background-color: rgb(170,87,16); }
div.DivClassName
{
background-color: #AA5710;
}
.BgClassName
{
background-color: #AA5710;
}
</style>
border-color css
<style>
span { border-color: #AA5710; }
span { border-color: rgb(170,87,16); }
td.TdClassName
{
border-color: #AA5710;
}
.TagClassName
{
border-color: #AA5710;
}
</style>