Shades of Golden Brown #AA5A0B
Tints of Golden Brown #AA5A0B
RGB
CMYK
RGB Variations
Color information
#AA5A0B (or 0xAA5A0B) is known color: Golden Brown. HEX triplet: AA, 5A and 0B. RGB value is (170,90,11). Sum of RGB (Red+Green+Blue) = 170+90+11=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A0B is #55A5F4. Grayscale: #696969. Windows color (decimal): -5613045 or 744106. OLE color: 744106.
HSL color Cylindrical-coordinate representation of color #AA5A0B: hue angle of 29.81º 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 #AA5A0B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.33 |
| HSL | 29.81º | 0.88% | 0.35% | - |
| HSV(B) | 29.81º | 0.94% | 0.67% | - |
| XYZ | 20.29 | 15.88 | 2.31 | - |
| YUV | 104.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 11 | 0 | 0.47 | 0.94 | 0.33 | 29.81 | 0.88 | 0.35 |
| Hex | AA | 5A | B | 0 | 2F | 5E | 21 | 1E | 58 | 23 |
| Octal | 252 | 132 | 13 | 0 | 57 | 136 | 41 | 36 | 130 | 43 |
| Binary | 10101010 | 1011010 | 1011 | 0 | 101111 | 1011110 | 100001 | 11110 | 1011000 | 100011 |
Color Harmonies of #AA5A0B
Complementary color
Monochromatic Colors of #AA5A0B
Black with #AA5A0B
Text Example
Text Example
White with #AA5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A0B; }
p { color: rgb(170,90,11); }
H1.HeaderClassName
{
color: #AA5A0B;
}
.AnyTagClassName
{
color: #AA5A0B;
}
</style>
background-color css
<style>
a { background-color: #AA5A0B; }
a { background-color: rgb(170,90,11); }
div.DivClassName
{
background-color: #AA5A0B;
}
.BgClassName
{
background-color: #AA5A0B;
}
</style>
border-color css
<style>
span { border-color: #AA5A0B; }
span { border-color: rgb(170,90,11); }
td.TdClassName
{
border-color: #AA5A0B;
}
.TagClassName
{
border-color: #AA5A0B;
}
</style>