Shades of Bahia #AAB614
Tints of Bahia #AAB614
RGB
CMYK
RGB Variations
Color information
#AAB614 (or 0xAAB614) is known color: Bahia. HEX triplet: AA, B6 and 14. RGB value is (170,182,20). Sum of RGB (Red+Green+Blue) = 170+182+20=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB614 is #5549EB. Grayscale: #A0A0A0. Windows color (decimal): -5589484 or 1357482. OLE color: 1357482.
HSL color Cylindrical-coordinate representation of color #AAB614: hue angle of 64.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAB614 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 20 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.29 |
| HSL | 64.44º | 0.8% | 0.4% | - |
| HSV(B) | 64.44º | 0.89% | 0.71% | - |
| XYZ | 33.43 | 42.05 | 7.02 | - |
| YUV | 159.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 20 | 0.07 | 0 | 0.89 | 0.29 | 64.44 | 0.8 | 0.4 |
| Hex | AA | B6 | 14 | 7 | 0 | 59 | 1D | 40 | 50 | 28 |
| Octal | 252 | 266 | 24 | 7 | 0 | 131 | 35 | 100 | 120 | 50 |
| Binary | 10101010 | 10110110 | 10100 | 111 | 0 | 1011001 | 11101 | 1000000 | 1010000 | 101000 |
Color Harmonies of #AAB614
Complementary color
Monochromatic Colors of #AAB614
Black with #AAB614
Text Example
Text Example
White with #AAB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB614; }
p { color: rgb(170,182,20); }
H1.HeaderClassName
{
color: #AAB614;
}
.AnyTagClassName
{
color: #AAB614;
}
</style>
background-color css
<style>
a { background-color: #AAB614; }
a { background-color: rgb(170,182,20); }
div.DivClassName
{
background-color: #AAB614;
}
.BgClassName
{
background-color: #AAB614;
}
</style>
border-color css
<style>
span { border-color: #AAB614; }
span { border-color: rgb(170,182,20); }
td.TdClassName
{
border-color: #AAB614;
}
.TagClassName
{
border-color: #AAB614;
}
</style>