Shades of Bahia #AAB215
Tints of Bahia #AAB215
RGB
CMYK
RGB Variations
Color information
#AAB215 (or 0xAAB215) is known color: Bahia. HEX triplet: AA, B2 and 15. RGB value is (170,178,21). Sum of RGB (Red+Green+Blue) = 170+178+21=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB215 is #554DEA. Grayscale: #9E9E9E. Windows color (decimal): -5590507 or 1421994. OLE color: 1421994.
HSL color Cylindrical-coordinate representation of color #AAB215: hue angle of 63.06º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB215 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 21 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.30 |
| HSL | 63.06º | 0.79% | 0.39% | - |
| HSV(B) | 63.06º | 0.88% | 0.7% | - |
| XYZ | 32.63 | 40.44 | 6.8 | - |
| YUV | 157.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 21 | 0.04 | 0 | 0.88 | 0.30 | 63.06 | 0.79 | 0.39 |
| Hex | AA | B2 | 15 | 4 | 0 | 58 | 1E | 3F | 4F | 27 |
| Octal | 252 | 262 | 25 | 4 | 0 | 130 | 36 | 77 | 117 | 47 |
| Binary | 10101010 | 10110010 | 10101 | 100 | 0 | 1011000 | 11110 | 111111 | 1001111 | 100111 |
Color Harmonies of #AAB215
Complementary color
Monochromatic Colors of #AAB215
Black with #AAB215
Text Example
Text Example
White with #AAB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB215; }
p { color: rgb(170,178,21); }
H1.HeaderClassName
{
color: #AAB215;
}
.AnyTagClassName
{
color: #AAB215;
}
</style>
background-color css
<style>
a { background-color: #AAB215; }
a { background-color: rgb(170,178,21); }
div.DivClassName
{
background-color: #AAB215;
}
.BgClassName
{
background-color: #AAB215;
}
</style>
border-color css
<style>
span { border-color: #AAB215; }
span { border-color: rgb(170,178,21); }
td.TdClassName
{
border-color: #AAB215;
}
.TagClassName
{
border-color: #AAB215;
}
</style>