Shades of Bahia #AAB52E
Tints of Bahia #AAB52E
RGB
CMYK
RGB Variations
Color information
#AAB52E (or 0xAAB52E) is known color: Bahia. HEX triplet: AA, B5 and 2E. RGB value is (170,181,46). Sum of RGB (Red+Green+Blue) = 170+181+46=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB52E is #554AD1. Grayscale: #A2A2A2. Windows color (decimal): -5589714 or 3061162. OLE color: 3061162.
HSL color Cylindrical-coordinate representation of color #AAB52E: hue angle of 64.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAB52E is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 46 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.29 |
| HSL | 64.89º | 0.59% | 0.45% | - |
| HSV(B) | 64.89º | 0.75% | 0.71% | - |
| XYZ | 33.59 | 41.79 | 8.88 | - |
| YUV | 162.32 | 62.36 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 46 | 0.06 | 0 | 0.75 | 0.29 | 64.89 | 0.59 | 0.45 |
| Hex | AA | B5 | 2E | 6 | 0 | 4B | 1D | 41 | 3B | 2D |
| Octal | 252 | 265 | 56 | 6 | 0 | 113 | 35 | 101 | 73 | 55 |
| Binary | 10101010 | 10110101 | 101110 | 110 | 0 | 1001011 | 11101 | 1000001 | 111011 | 101101 |
Color Harmonies of #AAB52E
Complementary color
Monochromatic Colors of #AAB52E
Black with #AAB52E
Text Example
Text Example
White with #AAB52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB52E; }
p { color: rgb(170,181,46); }
H1.HeaderClassName
{
color: #AAB52E;
}
.AnyTagClassName
{
color: #AAB52E;
}
</style>
background-color css
<style>
a { background-color: #AAB52E; }
a { background-color: rgb(170,181,46); }
div.DivClassName
{
background-color: #AAB52E;
}
.BgClassName
{
background-color: #AAB52E;
}
</style>
border-color css
<style>
span { border-color: #AAB52E; }
span { border-color: rgb(170,181,46); }
td.TdClassName
{
border-color: #AAB52E;
}
.TagClassName
{
border-color: #AAB52E;
}
</style>