Shades of Bahia #A0AB23
Tints of Bahia #A0AB23
RGB
CMYK
RGB Variations
Color information
#A0AB23 (or 0xA0AB23) is known color: Bahia. HEX triplet: A0, AB and 23. RGB value is (160,171,35). Sum of RGB (Red+Green+Blue) = 160+171+35=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB23 is #5F54DC. Grayscale: #989898. Windows color (decimal): -6247645 or 2337696. OLE color: 2337696.
HSL color Cylindrical-coordinate representation of color #A0AB23: hue angle of 64.85º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0AB23 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 35 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.33 |
| HSL | 64.85º | 0.66% | 0.4% | - |
| HSV(B) | 64.85º | 0.8% | 0.67% | - |
| XYZ | 29.36 | 36.72 | 7.13 | - |
| YUV | 152.21 | 61.86 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 35 | 0.06 | 0 | 0.80 | 0.33 | 64.85 | 0.66 | 0.4 |
| Hex | A0 | AB | 23 | 6 | 0 | 50 | 21 | 41 | 42 | 28 |
| Octal | 240 | 253 | 43 | 6 | 0 | 120 | 41 | 101 | 102 | 50 |
| Binary | 10100000 | 10101011 | 100011 | 110 | 0 | 1010000 | 100001 | 1000001 | 1000010 | 101000 |
Color Harmonies of #A0AB23
Complementary color
Monochromatic Colors of #A0AB23
Black with #A0AB23
Text Example
Text Example
White with #A0AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB23; }
p { color: rgb(160,171,35); }
H1.HeaderClassName
{
color: #A0AB23;
}
.AnyTagClassName
{
color: #A0AB23;
}
</style>
background-color css
<style>
a { background-color: #A0AB23; }
a { background-color: rgb(160,171,35); }
div.DivClassName
{
background-color: #A0AB23;
}
.BgClassName
{
background-color: #A0AB23;
}
</style>
border-color css
<style>
span { border-color: #A0AB23; }
span { border-color: rgb(160,171,35); }
td.TdClassName
{
border-color: #A0AB23;
}
.TagClassName
{
border-color: #A0AB23;
}
</style>