Shades of Golden Brown #AA5702
Tints of Golden Brown #AA5702
RGB
CMYK
RGB Variations
Color information
#AA5702 (or 0xAA5702) is known color: Golden Brown. HEX triplet: AA, 57 and 02. RGB value is (170,87,2). Sum of RGB (Red+Green+Blue) = 170+87+2=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5702 is #55A8FD. Grayscale: #666666. Windows color (decimal): -5613822 or 153514. OLE color: 153514.
HSL color Cylindrical-coordinate representation of color #AA5702: hue angle of 30.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA5702 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.33 |
| HSL | 30.36º | 0.98% | 0.34% | - |
| HSV(B) | 30.36º | 0.99% | 0.67% | - |
| XYZ | 20 | 15.37 | 1.97 | - |
| YUV | 102.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 2 | 0 | 0.49 | 0.99 | 0.33 | 30.36 | 0.98 | 0.34 |
| Hex | AA | 57 | 2 | 0 | 31 | 63 | 21 | 1E | 62 | 22 |
| Octal | 252 | 127 | 2 | 0 | 61 | 143 | 41 | 36 | 142 | 42 |
| Binary | 10101010 | 1010111 | 10 | 0 | 110001 | 1100011 | 100001 | 11110 | 1100010 | 100010 |
Color Harmonies of #AA5702
Complementary color
Monochromatic Colors of #AA5702
Black with #AA5702
Text Example
Text Example
White with #AA5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5702; }
p { color: rgb(170,87,2); }
H1.HeaderClassName
{
color: #AA5702;
}
.AnyTagClassName
{
color: #AA5702;
}
</style>
background-color css
<style>
a { background-color: #AA5702; }
a { background-color: rgb(170,87,2); }
div.DivClassName
{
background-color: #AA5702;
}
.BgClassName
{
background-color: #AA5702;
}
</style>
border-color css
<style>
span { border-color: #AA5702; }
span { border-color: rgb(170,87,2); }
td.TdClassName
{
border-color: #AA5702;
}
.TagClassName
{
border-color: #AA5702;
}
</style>