Shades of Golden Brown #AA5E0B
Tints of Golden Brown #AA5E0B
RGB
CMYK
RGB Variations
Color information
#AA5E0B (or 0xAA5E0B) is known color: Golden Brown. HEX triplet: AA, 5E and 0B. RGB value is (170,94,11). Sum of RGB (Red+Green+Blue) = 170+94+11=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E0B is #55A1F4. Grayscale: #6B6B6B. Windows color (decimal): -5612021 or 745130. OLE color: 745130.
HSL color Cylindrical-coordinate representation of color #AA5E0B: hue angle of 31.32º 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 #AA5E0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.33 |
| HSL | 31.32º | 0.88% | 0.35% | - |
| HSV(B) | 31.32º | 0.94% | 0.67% | - |
| XYZ | 20.64 | 16.58 | 2.43 | - |
| YUV | 107.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 11 | 0 | 0.45 | 0.94 | 0.33 | 31.32 | 0.88 | 0.35 |
| Hex | AA | 5E | B | 0 | 2D | 5E | 21 | 1F | 58 | 23 |
| Octal | 252 | 136 | 13 | 0 | 55 | 136 | 41 | 37 | 130 | 43 |
| Binary | 10101010 | 1011110 | 1011 | 0 | 101101 | 1011110 | 100001 | 11111 | 1011000 | 100011 |
Color Harmonies of #AA5E0B
Complementary color
Monochromatic Colors of #AA5E0B
Black with #AA5E0B
Text Example
Text Example
White with #AA5E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E0B; }
p { color: rgb(170,94,11); }
H1.HeaderClassName
{
color: #AA5E0B;
}
.AnyTagClassName
{
color: #AA5E0B;
}
</style>
background-color css
<style>
a { background-color: #AA5E0B; }
a { background-color: rgb(170,94,11); }
div.DivClassName
{
background-color: #AA5E0B;
}
.BgClassName
{
background-color: #AA5E0B;
}
</style>
border-color css
<style>
span { border-color: #AA5E0B; }
span { border-color: rgb(170,94,11); }
td.TdClassName
{
border-color: #AA5E0B;
}
.TagClassName
{
border-color: #AA5E0B;
}
</style>