Shades of Bahia #AAB816
Tints of Bahia #AAB816
RGB
CMYK
RGB Variations
Color information
#AAB816 (or 0xAAB816) is known color: Bahia. HEX triplet: AA, B8 and 16. RGB value is (170,184,22). Sum of RGB (Red+Green+Blue) = 170+184+22=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB816 is #5547E9. Grayscale: #A1A1A1. Windows color (decimal): -5588970 or 1489066. OLE color: 1489066.
HSL color Cylindrical-coordinate representation of color #AAB816: hue angle of 65.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB816 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 22 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.28 |
| HSL | 65.19º | 0.79% | 0.4% | - |
| HSV(B) | 65.19º | 0.88% | 0.72% | - |
| XYZ | 33.86 | 42.88 | 7.25 | - |
| YUV | 161.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 22 | 0.08 | 0 | 0.88 | 0.28 | 65.19 | 0.79 | 0.4 |
| Hex | AA | B8 | 16 | 8 | 0 | 58 | 1C | 41 | 4F | 28 |
| Octal | 252 | 270 | 26 | 10 | 0 | 130 | 34 | 101 | 117 | 50 |
| Binary | 10101010 | 10111000 | 10110 | 1000 | 0 | 1011000 | 11100 | 1000001 | 1001111 | 101000 |
Color Harmonies of #AAB816
Complementary color
Monochromatic Colors of #AAB816
Black with #AAB816
Text Example
Text Example
White with #AAB816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB816; }
p { color: rgb(170,184,22); }
H1.HeaderClassName
{
color: #AAB816;
}
.AnyTagClassName
{
color: #AAB816;
}
</style>
background-color css
<style>
a { background-color: #AAB816; }
a { background-color: rgb(170,184,22); }
div.DivClassName
{
background-color: #AAB816;
}
.BgClassName
{
background-color: #AAB816;
}
</style>
border-color css
<style>
span { border-color: #AAB816; }
span { border-color: rgb(170,184,22); }
td.TdClassName
{
border-color: #AAB816;
}
.TagClassName
{
border-color: #AAB816;
}
</style>