Shades of Citrus #A1AF11
Tints of Citrus #A1AF11
RGB
CMYK
RGB Variations
Color information
#A1AF11 (or 0xA1AF11) is known color: Citrus. HEX triplet: A1, AF and 11. RGB value is (161,175,17). Sum of RGB (Red+Green+Blue) = 161+175+17=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF11 is #5E50EE. Grayscale: #999999. Windows color (decimal): -6181103 or 1159073. OLE color: 1159073.
HSL color Cylindrical-coordinate representation of color #A1AF11: hue angle of 65.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1AF11 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 17 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.31 |
| HSL | 65.32º | 0.82% | 0.38% | - |
| HSV(B) | 65.32º | 0.9% | 0.69% | - |
| XYZ | 30.13 | 38.28 | 6.33 | - |
| YUV | 152.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 17 | 0.08 | 0 | 0.90 | 0.31 | 65.32 | 0.82 | 0.38 |
| Hex | A1 | AF | 11 | 8 | 0 | 5A | 1F | 41 | 52 | 26 |
| Octal | 241 | 257 | 21 | 10 | 0 | 132 | 37 | 101 | 122 | 46 |
| Binary | 10100001 | 10101111 | 10001 | 1000 | 0 | 1011010 | 11111 | 1000001 | 1010010 | 100110 |
Color Harmonies of #A1AF11
Complementary color
Monochromatic Colors of #A1AF11
Black with #A1AF11
Text Example
Text Example
White with #A1AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF11; }
p { color: rgb(161,175,17); }
H1.HeaderClassName
{
color: #A1AF11;
}
.AnyTagClassName
{
color: #A1AF11;
}
</style>
background-color css
<style>
a { background-color: #A1AF11; }
a { background-color: rgb(161,175,17); }
div.DivClassName
{
background-color: #A1AF11;
}
.BgClassName
{
background-color: #A1AF11;
}
</style>
border-color css
<style>
span { border-color: #A1AF11; }
span { border-color: rgb(161,175,17); }
td.TdClassName
{
border-color: #A1AF11;
}
.TagClassName
{
border-color: #A1AF11;
}
</style>