Shades of Bahia #A4AB24
Tints of Bahia #A4AB24
RGB
CMYK
RGB Variations
Color information
#A4AB24 (or 0xA4AB24) is known color: Bahia. HEX triplet: A4, AB and 24. RGB value is (164,171,36). Sum of RGB (Red+Green+Blue) = 164+171+36=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AB24 is #5B54DB. Grayscale: #9A9A9A. Windows color (decimal): -5985500 or 2403236. OLE color: 2403236.
HSL color Cylindrical-coordinate representation of color #A4AB24: hue angle of 63.11º 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 #A4AB24 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 36 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.33 |
| HSL | 63.11º | 0.65% | 0.41% | - |
| HSV(B) | 63.11º | 0.79% | 0.67% | - |
| XYZ | 30.19 | 37.15 | 7.25 | - |
| YUV | 153.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 36 | 0.04 | 0 | 0.79 | 0.33 | 63.11 | 0.65 | 0.41 |
| Hex | A4 | AB | 24 | 4 | 0 | 4F | 21 | 3F | 41 | 29 |
| Octal | 244 | 253 | 44 | 4 | 0 | 117 | 41 | 77 | 101 | 51 |
| Binary | 10100100 | 10101011 | 100100 | 100 | 0 | 1001111 | 100001 | 111111 | 1000001 | 101001 |
Color Harmonies of #A4AB24
Complementary color
Monochromatic Colors of #A4AB24
Black with #A4AB24
Text Example
Text Example
White with #A4AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB24; }
p { color: rgb(164,171,36); }
H1.HeaderClassName
{
color: #A4AB24;
}
.AnyTagClassName
{
color: #A4AB24;
}
</style>
background-color css
<style>
a { background-color: #A4AB24; }
a { background-color: rgb(164,171,36); }
div.DivClassName
{
background-color: #A4AB24;
}
.BgClassName
{
background-color: #A4AB24;
}
</style>
border-color css
<style>
span { border-color: #A4AB24; }
span { border-color: rgb(164,171,36); }
td.TdClassName
{
border-color: #A4AB24;
}
.TagClassName
{
border-color: #A4AB24;
}
</style>