Shades of Bahia #A1AF30
Tints of Bahia #A1AF30
RGB
CMYK
RGB Variations
Color information
#A1AF30 (or 0xA1AF30) is known color: Bahia. HEX triplet: A1, AF and 30. RGB value is (161,175,48). Sum of RGB (Red+Green+Blue) = 161+175+48=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AF30 is #5E50CF. Grayscale: #9C9C9C. Windows color (decimal): -6181072 or 3190689. OLE color: 3190689.
HSL color Cylindrical-coordinate representation of color #A1AF30: hue angle of 66.61º degrees, saturation: 0.57, 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 #A1AF30 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 48 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.31 |
| HSL | 66.61º | 0.57% | 0.44% | - |
| HSV(B) | 66.61º | 0.73% | 0.69% | - |
| XYZ | 30.56 | 38.45 | 8.61 | - |
| YUV | 156.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 48 | 0.08 | 0 | 0.73 | 0.31 | 66.61 | 0.57 | 0.44 |
| Hex | A1 | AF | 30 | 8 | 0 | 49 | 1F | 43 | 39 | 2C |
| Octal | 241 | 257 | 60 | 10 | 0 | 111 | 37 | 103 | 71 | 54 |
| Binary | 10100001 | 10101111 | 110000 | 1000 | 0 | 1001001 | 11111 | 1000011 | 111001 | 101100 |
Color Harmonies of #A1AF30
Complementary color
Monochromatic Colors of #A1AF30
Black with #A1AF30
Text Example
Text Example
White with #A1AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF30; }
p { color: rgb(161,175,48); }
H1.HeaderClassName
{
color: #A1AF30;
}
.AnyTagClassName
{
color: #A1AF30;
}
</style>
background-color css
<style>
a { background-color: #A1AF30; }
a { background-color: rgb(161,175,48); }
div.DivClassName
{
background-color: #A1AF30;
}
.BgClassName
{
background-color: #A1AF30;
}
</style>
border-color css
<style>
span { border-color: #A1AF30; }
span { border-color: rgb(161,175,48); }
td.TdClassName
{
border-color: #A1AF30;
}
.TagClassName
{
border-color: #A1AF30;
}
</style>