Shades of Bahia #AAB52B
Tints of Bahia #AAB52B
RGB
CMYK
RGB Variations
Color information
#AAB52B (or 0xAAB52B) is known color: Bahia. HEX triplet: AA, B5 and 2B. RGB value is (170,181,43). Sum of RGB (Red+Green+Blue) = 170+181+43=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB52B is #554AD4. Grayscale: #A2A2A2. Windows color (decimal): -5589717 or 2864554. OLE color: 2864554.
HSL color Cylindrical-coordinate representation of color #AAB52B: hue angle of 64.78º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAB52B is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 43 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.29 |
| HSL | 64.78º | 0.62% | 0.44% | - |
| HSV(B) | 64.78º | 0.76% | 0.71% | - |
| XYZ | 33.54 | 41.77 | 8.58 | - |
| YUV | 161.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 43 | 0.06 | 0 | 0.76 | 0.29 | 64.78 | 0.62 | 0.44 |
| Hex | AA | B5 | 2B | 6 | 0 | 4C | 1D | 41 | 3E | 2C |
| Octal | 252 | 265 | 53 | 6 | 0 | 114 | 35 | 101 | 76 | 54 |
| Binary | 10101010 | 10110101 | 101011 | 110 | 0 | 1001100 | 11101 | 1000001 | 111110 | 101100 |
Color Harmonies of #AAB52B
Complementary color
Monochromatic Colors of #AAB52B
Black with #AAB52B
Text Example
Text Example
White with #AAB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB52B; }
p { color: rgb(170,181,43); }
H1.HeaderClassName
{
color: #AAB52B;
}
.AnyTagClassName
{
color: #AAB52B;
}
</style>
background-color css
<style>
a { background-color: #AAB52B; }
a { background-color: rgb(170,181,43); }
div.DivClassName
{
background-color: #AAB52B;
}
.BgClassName
{
background-color: #AAB52B;
}
</style>
border-color css
<style>
span { border-color: #AAB52B; }
span { border-color: rgb(170,181,43); }
td.TdClassName
{
border-color: #AAB52B;
}
.TagClassName
{
border-color: #AAB52B;
}
</style>