Shades of Bahia #AAB819
Tints of Bahia #AAB819
RGB
CMYK
RGB Variations
Color information
#AAB819 (or 0xAAB819) is known color: Bahia. HEX triplet: AA, B8 and 19. RGB value is (170,184,25). Sum of RGB (Red+Green+Blue) = 170+184+25=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB819 is #5547E6. Grayscale: #A2A2A2. Windows color (decimal): -5588967 or 1685674. OLE color: 1685674.
HSL color Cylindrical-coordinate representation of color #AAB819: hue angle of 65.28º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAB819 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 25 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.28 |
| HSL | 65.28º | 0.76% | 0.41% | - |
| HSV(B) | 65.28º | 0.86% | 0.72% | - |
| XYZ | 33.89 | 42.9 | 7.41 | - |
| YUV | 161.69 | 50.86 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 25 | 0.08 | 0 | 0.86 | 0.28 | 65.28 | 0.76 | 0.41 |
| Hex | AA | B8 | 19 | 8 | 0 | 56 | 1C | 41 | 4C | 29 |
| Octal | 252 | 270 | 31 | 10 | 0 | 126 | 34 | 101 | 114 | 51 |
| Binary | 10101010 | 10111000 | 11001 | 1000 | 0 | 1010110 | 11100 | 1000001 | 1001100 | 101001 |
Color Harmonies of #AAB819
Complementary color
Monochromatic Colors of #AAB819
Black with #AAB819
Text Example
Text Example
White with #AAB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB819; }
p { color: rgb(170,184,25); }
H1.HeaderClassName
{
color: #AAB819;
}
.AnyTagClassName
{
color: #AAB819;
}
</style>
background-color css
<style>
a { background-color: #AAB819; }
a { background-color: rgb(170,184,25); }
div.DivClassName
{
background-color: #AAB819;
}
.BgClassName
{
background-color: #AAB819;
}
</style>
border-color css
<style>
span { border-color: #AAB819; }
span { border-color: rgb(170,184,25); }
td.TdClassName
{
border-color: #AAB819;
}
.TagClassName
{
border-color: #AAB819;
}
</style>