Shades of Bahia #A0AB20
Tints of Bahia #A0AB20
RGB
CMYK
RGB Variations
Color information
#A0AB20 (or 0xA0AB20) is known color: Bahia. HEX triplet: A0, AB and 20. RGB value is (160,171,32). Sum of RGB (Red+Green+Blue) = 160+171+32=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB20 is #5F54DF. Grayscale: #989898. Windows color (decimal): -6247648 or 2141088. OLE color: 2141088.
HSL color Cylindrical-coordinate representation of color #A0AB20: hue angle of 64.75º 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 #A0AB20 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 32 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.33 |
| HSL | 64.75º | 0.68% | 0.4% | - |
| HSV(B) | 64.75º | 0.81% | 0.67% | - |
| XYZ | 29.32 | 36.7 | 6.91 | - |
| YUV | 151.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 32 | 0.06 | 0 | 0.81 | 0.33 | 64.75 | 0.68 | 0.4 |
| Hex | A0 | AB | 20 | 6 | 0 | 51 | 21 | 41 | 44 | 28 |
| Octal | 240 | 253 | 40 | 6 | 0 | 121 | 41 | 101 | 104 | 50 |
| Binary | 10100000 | 10101011 | 100000 | 110 | 0 | 1010001 | 100001 | 1000001 | 1000100 | 101000 |
Color Harmonies of #A0AB20
Complementary color
Monochromatic Colors of #A0AB20
Black with #A0AB20
Text Example
Text Example
White with #A0AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB20; }
p { color: rgb(160,171,32); }
H1.HeaderClassName
{
color: #A0AB20;
}
.AnyTagClassName
{
color: #A0AB20;
}
</style>
background-color css
<style>
a { background-color: #A0AB20; }
a { background-color: rgb(160,171,32); }
div.DivClassName
{
background-color: #A0AB20;
}
.BgClassName
{
background-color: #A0AB20;
}
</style>
border-color css
<style>
span { border-color: #A0AB20; }
span { border-color: rgb(160,171,32); }
td.TdClassName
{
border-color: #A0AB20;
}
.TagClassName
{
border-color: #A0AB20;
}
</style>