Shades of Bahia #A0AB24
Tints of Bahia #A0AB24
RGB
CMYK
RGB Variations
Color information
#A0AB24 (or 0xA0AB24) is known color: Bahia. HEX triplet: A0, AB and 24. RGB value is (160,171,36). Sum of RGB (Red+Green+Blue) = 160+171+36=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB24 is #5F54DB. Grayscale: #989898. Windows color (decimal): -6247644 or 2403232. OLE color: 2403232.
HSL color Cylindrical-coordinate representation of color #A0AB24: hue angle of 64.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0AB24 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 36 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.33 |
| HSL | 64.89º | 0.65% | 0.41% | - |
| HSV(B) | 64.89º | 0.79% | 0.67% | - |
| XYZ | 29.38 | 36.73 | 7.21 | - |
| YUV | 152.32 | 62.36 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 36 | 0.06 | 0 | 0.79 | 0.33 | 64.89 | 0.65 | 0.41 |
| Hex | A0 | AB | 24 | 6 | 0 | 4F | 21 | 41 | 41 | 29 |
| Octal | 240 | 253 | 44 | 6 | 0 | 117 | 41 | 101 | 101 | 51 |
| Binary | 10100000 | 10101011 | 100100 | 110 | 0 | 1001111 | 100001 | 1000001 | 1000001 | 101001 |
Color Harmonies of #A0AB24
Complementary color
Monochromatic Colors of #A0AB24
Black with #A0AB24
Text Example
Text Example
White with #A0AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB24; }
p { color: rgb(160,171,36); }
H1.HeaderClassName
{
color: #A0AB24;
}
.AnyTagClassName
{
color: #A0AB24;
}
</style>
background-color css
<style>
a { background-color: #A0AB24; }
a { background-color: rgb(160,171,36); }
div.DivClassName
{
background-color: #A0AB24;
}
.BgClassName
{
background-color: #A0AB24;
}
</style>
border-color css
<style>
span { border-color: #A0AB24; }
span { border-color: rgb(160,171,36); }
td.TdClassName
{
border-color: #A0AB24;
}
.TagClassName
{
border-color: #A0AB24;
}
</style>