Shades of Bahia #A0AB21
Tints of Bahia #A0AB21
RGB
CMYK
RGB Variations
Color information
#A0AB21 (or 0xA0AB21) is known color: Bahia. HEX triplet: A0, AB and 21. RGB value is (160,171,33). Sum of RGB (Red+Green+Blue) = 160+171+33=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB21 is #5F54DE. Grayscale: #989898. Windows color (decimal): -6247647 or 2206624. OLE color: 2206624.
HSL color Cylindrical-coordinate representation of color #A0AB21: hue angle of 64.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0AB21 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 33 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.33 |
| HSL | 64.78º | 0.68% | 0.4% | - |
| HSV(B) | 64.78º | 0.81% | 0.67% | - |
| XYZ | 29.33 | 36.71 | 6.98 | - |
| YUV | 151.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 33 | 0.06 | 0 | 0.81 | 0.33 | 64.78 | 0.68 | 0.4 |
| Hex | A0 | AB | 21 | 6 | 0 | 51 | 21 | 41 | 44 | 28 |
| Octal | 240 | 253 | 41 | 6 | 0 | 121 | 41 | 101 | 104 | 50 |
| Binary | 10100000 | 10101011 | 100001 | 110 | 0 | 1010001 | 100001 | 1000001 | 1000100 | 101000 |
Color Harmonies of #A0AB21
Complementary color
Monochromatic Colors of #A0AB21
Black with #A0AB21
Text Example
Text Example
White with #A0AB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB21; }
p { color: rgb(160,171,33); }
H1.HeaderClassName
{
color: #A0AB21;
}
.AnyTagClassName
{
color: #A0AB21;
}
</style>
background-color css
<style>
a { background-color: #A0AB21; }
a { background-color: rgb(160,171,33); }
div.DivClassName
{
background-color: #A0AB21;
}
.BgClassName
{
background-color: #A0AB21;
}
</style>
border-color css
<style>
span { border-color: #A0AB21; }
span { border-color: rgb(160,171,33); }
td.TdClassName
{
border-color: #A0AB21;
}
.TagClassName
{
border-color: #A0AB21;
}
</style>