Shades of Bahia #AAB621
Tints of Bahia #AAB621
RGB
CMYK
RGB Variations
Color information
#AAB621 (or 0xAAB621) is known color: Bahia. HEX triplet: AA, B6 and 21. RGB value is (170,182,33). Sum of RGB (Red+Green+Blue) = 170+182+33=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB621 is #5549DE. Grayscale: #A2A2A2. Windows color (decimal): -5589471 or 2209450. OLE color: 2209450.
HSL color Cylindrical-coordinate representation of color #AAB621: hue angle of 64.83º 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 #AAB621 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 33 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.29 |
| HSL | 64.83º | 0.69% | 0.42% | - |
| HSV(B) | 64.83º | 0.82% | 0.71% | - |
| XYZ | 33.58 | 42.11 | 7.8 | - |
| YUV | 161.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 33 | 0.07 | 0 | 0.82 | 0.29 | 64.83 | 0.69 | 0.42 |
| Hex | AA | B6 | 21 | 7 | 0 | 52 | 1D | 41 | 45 | 2A |
| Octal | 252 | 266 | 41 | 7 | 0 | 122 | 35 | 101 | 105 | 52 |
| Binary | 10101010 | 10110110 | 100001 | 111 | 0 | 1010010 | 11101 | 1000001 | 1000101 | 101010 |
Color Harmonies of #AAB621
Complementary color
Monochromatic Colors of #AAB621
Black with #AAB621
Text Example
Text Example
White with #AAB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB621; }
p { color: rgb(170,182,33); }
H1.HeaderClassName
{
color: #AAB621;
}
.AnyTagClassName
{
color: #AAB621;
}
</style>
background-color css
<style>
a { background-color: #AAB621; }
a { background-color: rgb(170,182,33); }
div.DivClassName
{
background-color: #AAB621;
}
.BgClassName
{
background-color: #AAB621;
}
</style>
border-color css
<style>
span { border-color: #AAB621; }
span { border-color: rgb(170,182,33); }
td.TdClassName
{
border-color: #AAB621;
}
.TagClassName
{
border-color: #AAB621;
}
</style>