Shades of Bahia #A1AF29
Tints of Bahia #A1AF29
RGB
CMYK
RGB Variations
Color information
#A1AF29 (or 0xA1AF29) is known color: Bahia. HEX triplet: A1, AF and 29. RGB value is (161,175,41). Sum of RGB (Red+Green+Blue) = 161+175+41=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AF29 is #5E50D6. Grayscale: #9C9C9C. Windows color (decimal): -6181079 or 2731937. OLE color: 2731937.
HSL color Cylindrical-coordinate representation of color #A1AF29: hue angle of 66.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1AF29 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 41 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.31 |
| HSL | 66.27º | 0.62% | 0.42% | - |
| HSV(B) | 66.27º | 0.77% | 0.69% | - |
| XYZ | 30.43 | 38.4 | 7.91 | - |
| YUV | 155.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 41 | 0.08 | 0 | 0.77 | 0.31 | 66.27 | 0.62 | 0.42 |
| Hex | A1 | AF | 29 | 8 | 0 | 4D | 1F | 42 | 3E | 2A |
| Octal | 241 | 257 | 51 | 10 | 0 | 115 | 37 | 102 | 76 | 52 |
| Binary | 10100001 | 10101111 | 101001 | 1000 | 0 | 1001101 | 11111 | 1000010 | 111110 | 101010 |
Color Harmonies of #A1AF29
Complementary color
Monochromatic Colors of #A1AF29
Black with #A1AF29
Text Example
Text Example
White with #A1AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF29; }
p { color: rgb(161,175,41); }
H1.HeaderClassName
{
color: #A1AF29;
}
.AnyTagClassName
{
color: #A1AF29;
}
</style>
background-color css
<style>
a { background-color: #A1AF29; }
a { background-color: rgb(161,175,41); }
div.DivClassName
{
background-color: #A1AF29;
}
.BgClassName
{
background-color: #A1AF29;
}
</style>
border-color css
<style>
span { border-color: #A1AF29; }
span { border-color: rgb(161,175,41); }
td.TdClassName
{
border-color: #A1AF29;
}
.TagClassName
{
border-color: #A1AF29;
}
</style>