Shades of Bahia #A1AB28
Tints of Bahia #A1AB28
RGB
CMYK
RGB Variations
Color information
#A1AB28 (or 0xA1AB28) is known color: Bahia. HEX triplet: A1, AB and 28. RGB value is (161,171,40). Sum of RGB (Red+Green+Blue) = 161+171+40=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB28 is #5E54D7. Grayscale: #999999. Windows color (decimal): -6182104 or 2665377. OLE color: 2665377.
HSL color Cylindrical-coordinate representation of color #A1AB28: hue angle of 64.58º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1AB28 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 40 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.33 |
| HSL | 64.58º | 0.62% | 0.41% | - |
| HSV(B) | 64.58º | 0.77% | 0.67% | - |
| XYZ | 29.64 | 36.86 | 7.56 | - |
| YUV | 153.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 40 | 0.06 | 0 | 0.77 | 0.33 | 64.58 | 0.62 | 0.41 |
| Hex | A1 | AB | 28 | 6 | 0 | 4D | 21 | 41 | 3E | 29 |
| Octal | 241 | 253 | 50 | 6 | 0 | 115 | 41 | 101 | 76 | 51 |
| Binary | 10100001 | 10101011 | 101000 | 110 | 0 | 1001101 | 100001 | 1000001 | 111110 | 101001 |
Color Harmonies of #A1AB28
Complementary color
Monochromatic Colors of #A1AB28
Black with #A1AB28
Text Example
Text Example
White with #A1AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB28; }
p { color: rgb(161,171,40); }
H1.HeaderClassName
{
color: #A1AB28;
}
.AnyTagClassName
{
color: #A1AB28;
}
</style>
background-color css
<style>
a { background-color: #A1AB28; }
a { background-color: rgb(161,171,40); }
div.DivClassName
{
background-color: #A1AB28;
}
.BgClassName
{
background-color: #A1AB28;
}
</style>
border-color css
<style>
span { border-color: #A1AB28; }
span { border-color: rgb(161,171,40); }
td.TdClassName
{
border-color: #A1AB28;
}
.TagClassName
{
border-color: #A1AB28;
}
</style>