Shades of Bahia #A1AA1F
Tints of Bahia #A1AA1F
RGB
CMYK
RGB Variations
Color information
#A1AA1F (or 0xA1AA1F) is known color: Bahia. HEX triplet: A1, AA and 1F. RGB value is (161,170,31). Sum of RGB (Red+Green+Blue) = 161+170+31=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA1F is #5E55E0. Grayscale: #989898. Windows color (decimal): -6182369 or 2075297. OLE color: 2075297.
HSL color Cylindrical-coordinate representation of color #A1AA1F: hue angle of 63.88º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1AA1F is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 31 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.33 |
| HSL | 63.88º | 0.69% | 0.39% | - |
| HSV(B) | 63.88º | 0.82% | 0.67% | - |
| XYZ | 29.32 | 36.43 | 6.78 | - |
| YUV | 151.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 31 | 0.05 | 0 | 0.82 | 0.33 | 63.88 | 0.69 | 0.39 |
| Hex | A1 | AA | 1F | 5 | 0 | 52 | 21 | 40 | 45 | 27 |
| Octal | 241 | 252 | 37 | 5 | 0 | 122 | 41 | 100 | 105 | 47 |
| Binary | 10100001 | 10101010 | 11111 | 101 | 0 | 1010010 | 100001 | 1000000 | 1000101 | 100111 |
Color Harmonies of #A1AA1F
Complementary color
Monochromatic Colors of #A1AA1F
Black with #A1AA1F
Text Example
Text Example
White with #A1AA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA1F; }
p { color: rgb(161,170,31); }
H1.HeaderClassName
{
color: #A1AA1F;
}
.AnyTagClassName
{
color: #A1AA1F;
}
</style>
background-color css
<style>
a { background-color: #A1AA1F; }
a { background-color: rgb(161,170,31); }
div.DivClassName
{
background-color: #A1AA1F;
}
.BgClassName
{
background-color: #A1AA1F;
}
</style>
border-color css
<style>
span { border-color: #A1AA1F; }
span { border-color: rgb(161,170,31); }
td.TdClassName
{
border-color: #A1AA1F;
}
.TagClassName
{
border-color: #A1AA1F;
}
</style>