Shades of Bahia #AAB616
Tints of Bahia #AAB616
RGB
CMYK
RGB Variations
Color information
#AAB616 (or 0xAAB616) is known color: Bahia. HEX triplet: AA, B6 and 16. RGB value is (170,182,22). Sum of RGB (Red+Green+Blue) = 170+182+22=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB616 is #5549E9. Grayscale: #A0A0A0. Windows color (decimal): -5589482 or 1488554. OLE color: 1488554.
HSL color Cylindrical-coordinate representation of color #AAB616: hue angle of 64.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB616 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 22 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.29 |
| HSL | 64.5º | 0.78% | 0.4% | - |
| HSV(B) | 64.5º | 0.88% | 0.71% | - |
| XYZ | 33.45 | 42.06 | 7.11 | - |
| YUV | 160.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 22 | 0.07 | 0 | 0.88 | 0.29 | 64.5 | 0.78 | 0.4 |
| Hex | AA | B6 | 16 | 7 | 0 | 58 | 1D | 40 | 4E | 28 |
| Octal | 252 | 266 | 26 | 7 | 0 | 130 | 35 | 100 | 116 | 50 |
| Binary | 10101010 | 10110110 | 10110 | 111 | 0 | 1011000 | 11101 | 1000000 | 1001110 | 101000 |
Color Harmonies of #AAB616
Complementary color
Monochromatic Colors of #AAB616
Black with #AAB616
Text Example
Text Example
White with #AAB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB616; }
p { color: rgb(170,182,22); }
H1.HeaderClassName
{
color: #AAB616;
}
.AnyTagClassName
{
color: #AAB616;
}
</style>
background-color css
<style>
a { background-color: #AAB616; }
a { background-color: rgb(170,182,22); }
div.DivClassName
{
background-color: #AAB616;
}
.BgClassName
{
background-color: #AAB616;
}
</style>
border-color css
<style>
span { border-color: #AAB616; }
span { border-color: rgb(170,182,22); }
td.TdClassName
{
border-color: #AAB616;
}
.TagClassName
{
border-color: #AAB616;
}
</style>