Shades of Golden Brown #AA570B
Tints of Golden Brown #AA570B
RGB
CMYK
RGB Variations
Color information
#AA570B (or 0xAA570B) is known color: Golden Brown. HEX triplet: AA, 57 and 0B. RGB value is (170,87,11). Sum of RGB (Red+Green+Blue) = 170+87+11=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA570B is #55A8F4. Grayscale: #676767. Windows color (decimal): -5613813 or 743338. OLE color: 743338.
HSL color Cylindrical-coordinate representation of color #AA570B: hue angle of 28.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA570B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.33 |
| HSL | 28.68º | 0.88% | 0.35% | - |
| HSV(B) | 28.68º | 0.94% | 0.67% | - |
| XYZ | 20.05 | 15.39 | 2.23 | - |
| YUV | 103.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 11 | 0 | 0.49 | 0.94 | 0.33 | 28.68 | 0.88 | 0.35 |
| Hex | AA | 57 | B | 0 | 31 | 5E | 21 | 1D | 58 | 23 |
| Octal | 252 | 127 | 13 | 0 | 61 | 136 | 41 | 35 | 130 | 43 |
| Binary | 10101010 | 1010111 | 1011 | 0 | 110001 | 1011110 | 100001 | 11101 | 1011000 | 100011 |
Color Harmonies of #AA570B
Complementary color
Monochromatic Colors of #AA570B
Black with #AA570B
Text Example
Text Example
White with #AA570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA570B; }
p { color: rgb(170,87,11); }
H1.HeaderClassName
{
color: #AA570B;
}
.AnyTagClassName
{
color: #AA570B;
}
</style>
background-color css
<style>
a { background-color: #AA570B; }
a { background-color: rgb(170,87,11); }
div.DivClassName
{
background-color: #AA570B;
}
.BgClassName
{
background-color: #AA570B;
}
</style>
border-color css
<style>
span { border-color: #AA570B; }
span { border-color: rgb(170,87,11); }
td.TdClassName
{
border-color: #AA570B;
}
.TagClassName
{
border-color: #AA570B;
}
</style>