Shades of Bahia #AAB716
Tints of Bahia #AAB716
RGB
CMYK
RGB Variations
Color information
#AAB716 (or 0xAAB716) is known color: Bahia. HEX triplet: AA, B7 and 16. RGB value is (170,183,22). Sum of RGB (Red+Green+Blue) = 170+183+22=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB716 is #5548E9. Grayscale: #A1A1A1. Windows color (decimal): -5589226 or 1488810. OLE color: 1488810.
HSL color Cylindrical-coordinate representation of color #AAB716: hue angle of 64.84º 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 #AAB716 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 22 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.28 |
| HSL | 64.84º | 0.79% | 0.4% | - |
| HSV(B) | 64.84º | 0.88% | 0.72% | - |
| XYZ | 33.66 | 42.47 | 7.18 | - |
| YUV | 160.76 | 49.69 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 22 | 0.07 | 0 | 0.88 | 0.28 | 64.84 | 0.79 | 0.4 |
| Hex | AA | B7 | 16 | 7 | 0 | 58 | 1C | 41 | 4F | 28 |
| Octal | 252 | 267 | 26 | 7 | 0 | 130 | 34 | 101 | 117 | 50 |
| Binary | 10101010 | 10110111 | 10110 | 111 | 0 | 1011000 | 11100 | 1000001 | 1001111 | 101000 |
Color Harmonies of #AAB716
Complementary color
Monochromatic Colors of #AAB716
Black with #AAB716
Text Example
Text Example
White with #AAB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB716; }
p { color: rgb(170,183,22); }
H1.HeaderClassName
{
color: #AAB716;
}
.AnyTagClassName
{
color: #AAB716;
}
</style>
background-color css
<style>
a { background-color: #AAB716; }
a { background-color: rgb(170,183,22); }
div.DivClassName
{
background-color: #AAB716;
}
.BgClassName
{
background-color: #AAB716;
}
</style>
border-color css
<style>
span { border-color: #AAB716; }
span { border-color: rgb(170,183,22); }
td.TdClassName
{
border-color: #AAB716;
}
.TagClassName
{
border-color: #AAB716;
}
</style>