Shades of Bahia #A1AA20
Tints of Bahia #A1AA20
RGB
CMYK
RGB Variations
Color information
#A1AA20 (or 0xA1AA20) is known color: Bahia. HEX triplet: A1, AA and 20. RGB value is (161,170,32). Sum of RGB (Red+Green+Blue) = 161+170+32=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA20 is #5E55DF. Grayscale: #989898. Windows color (decimal): -6182368 or 2140833. OLE color: 2140833.
HSL color Cylindrical-coordinate representation of color #A1AA20: hue angle of 63.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1AA20 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 32 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.33 |
| HSL | 63.91º | 0.68% | 0.4% | - |
| HSV(B) | 63.91º | 0.81% | 0.67% | - |
| XYZ | 29.33 | 36.43 | 6.85 | - |
| YUV | 151.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 32 | 0.05 | 0 | 0.81 | 0.33 | 63.91 | 0.68 | 0.4 |
| Hex | A1 | AA | 20 | 5 | 0 | 51 | 21 | 40 | 44 | 28 |
| Octal | 241 | 252 | 40 | 5 | 0 | 121 | 41 | 100 | 104 | 50 |
| Binary | 10100001 | 10101010 | 100000 | 101 | 0 | 1010001 | 100001 | 1000000 | 1000100 | 101000 |
Color Harmonies of #A1AA20
Complementary color
Monochromatic Colors of #A1AA20
Black with #A1AA20
Text Example
Text Example
White with #A1AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA20; }
p { color: rgb(161,170,32); }
H1.HeaderClassName
{
color: #A1AA20;
}
.AnyTagClassName
{
color: #A1AA20;
}
</style>
background-color css
<style>
a { background-color: #A1AA20; }
a { background-color: rgb(161,170,32); }
div.DivClassName
{
background-color: #A1AA20;
}
.BgClassName
{
background-color: #A1AA20;
}
</style>
border-color css
<style>
span { border-color: #A1AA20; }
span { border-color: rgb(161,170,32); }
td.TdClassName
{
border-color: #A1AA20;
}
.TagClassName
{
border-color: #A1AA20;
}
</style>