Shades of Bahia #AAB417
Tints of Bahia #AAB417
RGB
CMYK
RGB Variations
Color information
#AAB417 (or 0xAAB417) is known color: Bahia. HEX triplet: AA, B4 and 17. RGB value is (170,180,23). Sum of RGB (Red+Green+Blue) = 170+180+23=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB417 is #554BE8. Grayscale: #9F9F9F. Windows color (decimal): -5589993 or 1553578. OLE color: 1553578.
HSL color Cylindrical-coordinate representation of color #AAB417: hue angle of 63.82º degrees, saturation: 0.77, 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 #AAB417 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 23 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.29 |
| HSL | 63.82º | 0.77% | 0.4% | - |
| HSV(B) | 63.82º | 0.87% | 0.71% | - |
| XYZ | 33.05 | 41.25 | 7.03 | - |
| YUV | 159.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 23 | 0.06 | 0 | 0.87 | 0.29 | 63.82 | 0.77 | 0.4 |
| Hex | AA | B4 | 17 | 6 | 0 | 57 | 1D | 40 | 4D | 28 |
| Octal | 252 | 264 | 27 | 6 | 0 | 127 | 35 | 100 | 115 | 50 |
| Binary | 10101010 | 10110100 | 10111 | 110 | 0 | 1010111 | 11101 | 1000000 | 1001101 | 101000 |
Color Harmonies of #AAB417
Complementary color
Monochromatic Colors of #AAB417
Black with #AAB417
Text Example
Text Example
White with #AAB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB417; }
p { color: rgb(170,180,23); }
H1.HeaderClassName
{
color: #AAB417;
}
.AnyTagClassName
{
color: #AAB417;
}
</style>
background-color css
<style>
a { background-color: #AAB417; }
a { background-color: rgb(170,180,23); }
div.DivClassName
{
background-color: #AAB417;
}
.BgClassName
{
background-color: #AAB417;
}
</style>
border-color css
<style>
span { border-color: #AAB417; }
span { border-color: rgb(170,180,23); }
td.TdClassName
{
border-color: #AAB417;
}
.TagClassName
{
border-color: #AAB417;
}
</style>