Shades of Bahia #AAB521
Tints of Bahia #AAB521
RGB
CMYK
RGB Variations
Color information
#AAB521 (or 0xAAB521) is known color: Bahia. HEX triplet: AA, B5 and 21. RGB value is (170,181,33). Sum of RGB (Red+Green+Blue) = 170+181+33=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB521 is #554ADE. Grayscale: #A1A1A1. Windows color (decimal): -5589727 or 2209194. OLE color: 2209194.
HSL color Cylindrical-coordinate representation of color #AAB521: hue angle of 64.46º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAB521 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 33 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.29 |
| HSL | 64.46º | 0.69% | 0.42% | - |
| HSV(B) | 64.46º | 0.82% | 0.71% | - |
| XYZ | 33.38 | 41.7 | 7.73 | - |
| YUV | 160.84 | 55.86 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 33 | 0.06 | 0 | 0.82 | 0.29 | 64.46 | 0.69 | 0.42 |
| Hex | AA | B5 | 21 | 6 | 0 | 52 | 1D | 40 | 45 | 2A |
| Octal | 252 | 265 | 41 | 6 | 0 | 122 | 35 | 100 | 105 | 52 |
| Binary | 10101010 | 10110101 | 100001 | 110 | 0 | 1010010 | 11101 | 1000000 | 1000101 | 101010 |
Color Harmonies of #AAB521
Complementary color
Monochromatic Colors of #AAB521
Black with #AAB521
Text Example
Text Example
White with #AAB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB521; }
p { color: rgb(170,181,33); }
H1.HeaderClassName
{
color: #AAB521;
}
.AnyTagClassName
{
color: #AAB521;
}
</style>
background-color css
<style>
a { background-color: #AAB521; }
a { background-color: rgb(170,181,33); }
div.DivClassName
{
background-color: #AAB521;
}
.BgClassName
{
background-color: #AAB521;
}
</style>
border-color css
<style>
span { border-color: #AAB521; }
span { border-color: rgb(170,181,33); }
td.TdClassName
{
border-color: #AAB521;
}
.TagClassName
{
border-color: #AAB521;
}
</style>