Shades of Golden Brown #AA6010
Tints of Golden Brown #AA6010
RGB
CMYK
RGB Variations
Color information
#AA6010 (or 0xAA6010) is known color: Golden Brown. HEX triplet: AA, 60 and 10. RGB value is (170,96,16). Sum of RGB (Red+Green+Blue) = 170+96+16=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6010 is #559FEF. Grayscale: #6D6D6D. Windows color (decimal): -5611504 or 1073322. OLE color: 1073322.
HSL color Cylindrical-coordinate representation of color #AA6010: hue angle of 31.17º 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 #AA6010 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 16 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.33 |
| HSL | 31.17º | 0.83% | 0.36% | - |
| HSV(B) | 31.17º | 0.91% | 0.67% | - |
| XYZ | 20.85 | 16.95 | 2.66 | - |
| YUV | 109.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 16 | 0 | 0.44 | 0.91 | 0.33 | 31.17 | 0.83 | 0.36 |
| Hex | AA | 60 | 10 | 0 | 2C | 5B | 21 | 1F | 53 | 24 |
| Octal | 252 | 140 | 20 | 0 | 54 | 133 | 41 | 37 | 123 | 44 |
| Binary | 10101010 | 1100000 | 10000 | 0 | 101100 | 1011011 | 100001 | 11111 | 1010011 | 100100 |
Color Harmonies of #AA6010
Complementary color
Monochromatic Colors of #AA6010
Black with #AA6010
Text Example
Text Example
White with #AA6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6010; }
p { color: rgb(170,96,16); }
H1.HeaderClassName
{
color: #AA6010;
}
.AnyTagClassName
{
color: #AA6010;
}
</style>
background-color css
<style>
a { background-color: #AA6010; }
a { background-color: rgb(170,96,16); }
div.DivClassName
{
background-color: #AA6010;
}
.BgClassName
{
background-color: #AA6010;
}
</style>
border-color css
<style>
span { border-color: #AA6010; }
span { border-color: rgb(170,96,16); }
td.TdClassName
{
border-color: #AA6010;
}
.TagClassName
{
border-color: #AA6010;
}
</style>