Shades of Bahia #A1AF23
Tints of Bahia #A1AF23
RGB
CMYK
RGB Variations
Color information
#A1AF23 (or 0xA1AF23) is known color: Bahia. HEX triplet: A1, AF and 23. RGB value is (161,175,35). Sum of RGB (Red+Green+Blue) = 161+175+35=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AF23 is #5E50DC. Grayscale: #9B9B9B. Windows color (decimal): -6181085 or 2338721. OLE color: 2338721.
HSL color Cylindrical-coordinate representation of color #A1AF23: hue angle of 66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1AF23 is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 35 | - |
| CMYK | 0.08 | 0 | 0.8 | 0.31 |
| HSL | 66º | 0.67% | 0.41% | - |
| HSV(B) | 66º | 0.8% | 0.69% | - |
| XYZ | 30.33 | 38.36 | 7.4 | - |
| YUV | 154.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 35 | 0.08 | 0 | 0.8 | 0.31 | 66 | 0.67 | 0.41 |
| Hex | A1 | AF | 23 | 8 | 0 | 50 | 1F | 42 | 43 | 29 |
| Octal | 241 | 257 | 43 | 10 | 0 | 120 | 37 | 102 | 103 | 51 |
| Binary | 10100001 | 10101111 | 100011 | 1000 | 0 | 1010000 | 11111 | 1000010 | 1000011 | 101001 |
Color Harmonies of #A1AF23
Complementary color
Monochromatic Colors of #A1AF23
Black with #A1AF23
Text Example
Text Example
White with #A1AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF23; }
p { color: rgb(161,175,35); }
H1.HeaderClassName
{
color: #A1AF23;
}
.AnyTagClassName
{
color: #A1AF23;
}
</style>
background-color css
<style>
a { background-color: #A1AF23; }
a { background-color: rgb(161,175,35); }
div.DivClassName
{
background-color: #A1AF23;
}
.BgClassName
{
background-color: #A1AF23;
}
</style>
border-color css
<style>
span { border-color: #A1AF23; }
span { border-color: rgb(161,175,35); }
td.TdClassName
{
border-color: #A1AF23;
}
.TagClassName
{
border-color: #A1AF23;
}
</style>