Shades of Bahia #A1AF2F
Tints of Bahia #A1AF2F
RGB
CMYK
RGB Variations
Color information
#A1AF2F (or 0xA1AF2F) is known color: Bahia. HEX triplet: A1, AF and 2F. RGB value is (161,175,47). Sum of RGB (Red+Green+Blue) = 161+175+47=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AF2F is #5E50D0. Grayscale: #9C9C9C. Windows color (decimal): -6181073 or 3125153. OLE color: 3125153.
HSL color Cylindrical-coordinate representation of color #A1AF2F: hue angle of 66.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1AF2F is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 47 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.31 |
| HSL | 66.56º | 0.58% | 0.44% | - |
| HSV(B) | 66.56º | 0.73% | 0.69% | - |
| XYZ | 30.54 | 38.44 | 8.5 | - |
| YUV | 156.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 47 | 0.08 | 0 | 0.73 | 0.31 | 66.56 | 0.58 | 0.44 |
| Hex | A1 | AF | 2F | 8 | 0 | 49 | 1F | 43 | 3A | 2C |
| Octal | 241 | 257 | 57 | 10 | 0 | 111 | 37 | 103 | 72 | 54 |
| Binary | 10100001 | 10101111 | 101111 | 1000 | 0 | 1001001 | 11111 | 1000011 | 111010 | 101100 |
Color Harmonies of #A1AF2F
Complementary color
Monochromatic Colors of #A1AF2F
Black with #A1AF2F
Text Example
Text Example
White with #A1AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF2F; }
p { color: rgb(161,175,47); }
H1.HeaderClassName
{
color: #A1AF2F;
}
.AnyTagClassName
{
color: #A1AF2F;
}
</style>
background-color css
<style>
a { background-color: #A1AF2F; }
a { background-color: rgb(161,175,47); }
div.DivClassName
{
background-color: #A1AF2F;
}
.BgClassName
{
background-color: #A1AF2F;
}
</style>
border-color css
<style>
span { border-color: #A1AF2F; }
span { border-color: rgb(161,175,47); }
td.TdClassName
{
border-color: #A1AF2F;
}
.TagClassName
{
border-color: #A1AF2F;
}
</style>