Shades of Bahia #AAB91A
Tints of Bahia #AAB91A
RGB
CMYK
RGB Variations
Color information
#AAB91A (or 0xAAB91A) is known color: Bahia. HEX triplet: AA, B9 and 1A. RGB value is (170,185,26). Sum of RGB (Red+Green+Blue) = 170+185+26=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB91A is #5546E5. Grayscale: #A3A3A3. Windows color (decimal): -5588710 or 1751466. OLE color: 1751466.
HSL color Cylindrical-coordinate representation of color #AAB91A: hue angle of 65.66º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAB91A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 26 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.27 |
| HSL | 65.66º | 0.75% | 0.41% | - |
| HSV(B) | 65.66º | 0.86% | 0.73% | - |
| XYZ | 34.11 | 43.32 | 7.54 | - |
| YUV | 162.39 | 51.03 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 26 | 0.08 | 0 | 0.86 | 0.27 | 65.66 | 0.75 | 0.41 |
| Hex | AA | B9 | 1A | 8 | 0 | 56 | 1B | 42 | 4B | 29 |
| Octal | 252 | 271 | 32 | 10 | 0 | 126 | 33 | 102 | 113 | 51 |
| Binary | 10101010 | 10111001 | 11010 | 1000 | 0 | 1010110 | 11011 | 1000010 | 1001011 | 101001 |
Color Harmonies of #AAB91A
Complementary color
Monochromatic Colors of #AAB91A
Black with #AAB91A
Text Example
Text Example
White with #AAB91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB91A; }
p { color: rgb(170,185,26); }
H1.HeaderClassName
{
color: #AAB91A;
}
.AnyTagClassName
{
color: #AAB91A;
}
</style>
background-color css
<style>
a { background-color: #AAB91A; }
a { background-color: rgb(170,185,26); }
div.DivClassName
{
background-color: #AAB91A;
}
.BgClassName
{
background-color: #AAB91A;
}
</style>
border-color css
<style>
span { border-color: #AAB91A; }
span { border-color: rgb(170,185,26); }
td.TdClassName
{
border-color: #AAB91A;
}
.TagClassName
{
border-color: #AAB91A;
}
</style>