Shades of Bahia #A1AB29
Tints of Bahia #A1AB29
RGB
CMYK
RGB Variations
Color information
#A1AB29 (or 0xA1AB29) is known color: Bahia. HEX triplet: A1, AB and 29. RGB value is (161,171,41). Sum of RGB (Red+Green+Blue) = 161+171+41=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB29 is #5E54D6. Grayscale: #999999. Windows color (decimal): -6182103 or 2730913. OLE color: 2730913.
HSL color Cylindrical-coordinate representation of color #A1AB29: hue angle of 64.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1AB29 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 41 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.33 |
| HSL | 64.62º | 0.61% | 0.42% | - |
| HSV(B) | 64.62º | 0.76% | 0.67% | - |
| XYZ | 29.66 | 36.86 | 7.65 | - |
| YUV | 153.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 41 | 0.06 | 0 | 0.76 | 0.33 | 64.62 | 0.61 | 0.42 |
| Hex | A1 | AB | 29 | 6 | 0 | 4C | 21 | 41 | 3D | 2A |
| Octal | 241 | 253 | 51 | 6 | 0 | 114 | 41 | 101 | 75 | 52 |
| Binary | 10100001 | 10101011 | 101001 | 110 | 0 | 1001100 | 100001 | 1000001 | 111101 | 101010 |
Color Harmonies of #A1AB29
Complementary color
Monochromatic Colors of #A1AB29
Black with #A1AB29
Text Example
Text Example
White with #A1AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB29; }
p { color: rgb(161,171,41); }
H1.HeaderClassName
{
color: #A1AB29;
}
.AnyTagClassName
{
color: #A1AB29;
}
</style>
background-color css
<style>
a { background-color: #A1AB29; }
a { background-color: rgb(161,171,41); }
div.DivClassName
{
background-color: #A1AB29;
}
.BgClassName
{
background-color: #A1AB29;
}
</style>
border-color css
<style>
span { border-color: #A1AB29; }
span { border-color: rgb(161,171,41); }
td.TdClassName
{
border-color: #A1AB29;
}
.TagClassName
{
border-color: #A1AB29;
}
</style>