Shades of Bahia #AAB617
Tints of Bahia #AAB617
RGB
CMYK
RGB Variations
Color information
#AAB617 (or 0xAAB617) is known color: Bahia. HEX triplet: AA, B6 and 17. RGB value is (170,182,23). Sum of RGB (Red+Green+Blue) = 170+182+23=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB617 is #5549E8. Grayscale: #A0A0A0. Windows color (decimal): -5589481 or 1554090. OLE color: 1554090.
HSL color Cylindrical-coordinate representation of color #AAB617: hue angle of 64.53º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB617 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 23 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.29 |
| HSL | 64.53º | 0.78% | 0.4% | - |
| HSV(B) | 64.53º | 0.87% | 0.71% | - |
| XYZ | 33.46 | 42.06 | 7.17 | - |
| YUV | 160.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 23 | 0.07 | 0 | 0.87 | 0.29 | 64.53 | 0.78 | 0.4 |
| Hex | AA | B6 | 17 | 7 | 0 | 57 | 1D | 41 | 4E | 28 |
| Octal | 252 | 266 | 27 | 7 | 0 | 127 | 35 | 101 | 116 | 50 |
| Binary | 10101010 | 10110110 | 10111 | 111 | 0 | 1010111 | 11101 | 1000001 | 1001110 | 101000 |
Color Harmonies of #AAB617
Complementary color
Monochromatic Colors of #AAB617
Black with #AAB617
Text Example
Text Example
White with #AAB617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB617; }
p { color: rgb(170,182,23); }
H1.HeaderClassName
{
color: #AAB617;
}
.AnyTagClassName
{
color: #AAB617;
}
</style>
background-color css
<style>
a { background-color: #AAB617; }
a { background-color: rgb(170,182,23); }
div.DivClassName
{
background-color: #AAB617;
}
.BgClassName
{
background-color: #AAB617;
}
</style>
border-color css
<style>
span { border-color: #AAB617; }
span { border-color: rgb(170,182,23); }
td.TdClassName
{
border-color: #AAB617;
}
.TagClassName
{
border-color: #AAB617;
}
</style>