Shades of Bahia #AAB821
Tints of Bahia #AAB821
RGB
CMYK
RGB Variations
Color information
#AAB821 (or 0xAAB821) is known color: Bahia. HEX triplet: AA, B8 and 21. RGB value is (170,184,33). Sum of RGB (Red+Green+Blue) = 170+184+33=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB821 is #5547DE. Grayscale: #A3A3A3. Windows color (decimal): -5588959 or 2209962. OLE color: 2209962.
HSL color Cylindrical-coordinate representation of color #AAB821: hue angle of 65.56º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAB821 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 33 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.28 |
| HSL | 65.56º | 0.7% | 0.43% | - |
| HSV(B) | 65.56º | 0.82% | 0.72% | - |
| XYZ | 33.99 | 42.94 | 7.93 | - |
| YUV | 162.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 33 | 0.08 | 0 | 0.82 | 0.28 | 65.56 | 0.7 | 0.43 |
| Hex | AA | B8 | 21 | 8 | 0 | 52 | 1C | 42 | 46 | 2B |
| Octal | 252 | 270 | 41 | 10 | 0 | 122 | 34 | 102 | 106 | 53 |
| Binary | 10101010 | 10111000 | 100001 | 1000 | 0 | 1010010 | 11100 | 1000010 | 1000110 | 101011 |
Color Harmonies of #AAB821
Complementary color
Monochromatic Colors of #AAB821
Black with #AAB821
Text Example
Text Example
White with #AAB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB821; }
p { color: rgb(170,184,33); }
H1.HeaderClassName
{
color: #AAB821;
}
.AnyTagClassName
{
color: #AAB821;
}
</style>
background-color css
<style>
a { background-color: #AAB821; }
a { background-color: rgb(170,184,33); }
div.DivClassName
{
background-color: #AAB821;
}
.BgClassName
{
background-color: #AAB821;
}
</style>
border-color css
<style>
span { border-color: #AAB821; }
span { border-color: rgb(170,184,33); }
td.TdClassName
{
border-color: #AAB821;
}
.TagClassName
{
border-color: #AAB821;
}
</style>