Shades of Citrus #A1AC16
Tints of Citrus #A1AC16
RGB
CMYK
RGB Variations
Color information
#A1AC16 (or 0xA1AC16) is known color: Citrus. HEX triplet: A1, AC and 16. RGB value is (161,172,22). Sum of RGB (Red+Green+Blue) = 161+172+22=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AC16 is #5E53E9. Grayscale: #989898. Windows color (decimal): -6181866 or 1485985. OLE color: 1485985.
HSL color Cylindrical-coordinate representation of color #A1AC16: hue angle of 64.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1AC16 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 22 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.33 |
| HSL | 64.4º | 0.77% | 0.38% | - |
| HSV(B) | 64.4º | 0.87% | 0.67% | - |
| XYZ | 29.6 | 37.14 | 6.37 | - |
| YUV | 151.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 22 | 0.06 | 0 | 0.87 | 0.33 | 64.4 | 0.77 | 0.38 |
| Hex | A1 | AC | 16 | 6 | 0 | 57 | 21 | 40 | 4D | 26 |
| Octal | 241 | 254 | 26 | 6 | 0 | 127 | 41 | 100 | 115 | 46 |
| Binary | 10100001 | 10101100 | 10110 | 110 | 0 | 1010111 | 100001 | 1000000 | 1001101 | 100110 |
Color Harmonies of #A1AC16
Complementary color
Monochromatic Colors of #A1AC16
Black with #A1AC16
Text Example
Text Example
White with #A1AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC16; }
p { color: rgb(161,172,22); }
H1.HeaderClassName
{
color: #A1AC16;
}
.AnyTagClassName
{
color: #A1AC16;
}
</style>
background-color css
<style>
a { background-color: #A1AC16; }
a { background-color: rgb(161,172,22); }
div.DivClassName
{
background-color: #A1AC16;
}
.BgClassName
{
background-color: #A1AC16;
}
</style>
border-color css
<style>
span { border-color: #A1AC16; }
span { border-color: rgb(161,172,22); }
td.TdClassName
{
border-color: #A1AC16;
}
.TagClassName
{
border-color: #A1AC16;
}
</style>