Shades of Citrus #A1AC14
Tints of Citrus #A1AC14
RGB
CMYK
RGB Variations
Color information
#A1AC14 (or 0xA1AC14) is known color: Citrus. HEX triplet: A1, AC and 14. RGB value is (161,172,20). Sum of RGB (Red+Green+Blue) = 161+172+20=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AC14 is #5E53EB. Grayscale: #979797. Windows color (decimal): -6181868 or 1354913. OLE color: 1354913.
HSL color Cylindrical-coordinate representation of color #A1AC14: hue angle of 64.34º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1AC14 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 20 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.33 |
| HSL | 64.34º | 0.79% | 0.38% | - |
| HSV(B) | 64.34º | 0.88% | 0.67% | - |
| XYZ | 29.58 | 37.13 | 6.27 | - |
| YUV | 151.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 20 | 0.06 | 0 | 0.88 | 0.33 | 64.34 | 0.79 | 0.38 |
| Hex | A1 | AC | 14 | 6 | 0 | 58 | 21 | 40 | 4F | 26 |
| Octal | 241 | 254 | 24 | 6 | 0 | 130 | 41 | 100 | 117 | 46 |
| Binary | 10100001 | 10101100 | 10100 | 110 | 0 | 1011000 | 100001 | 1000000 | 1001111 | 100110 |
Color Harmonies of #A1AC14
Complementary color
Monochromatic Colors of #A1AC14
Black with #A1AC14
Text Example
Text Example
White with #A1AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC14; }
p { color: rgb(161,172,20); }
H1.HeaderClassName
{
color: #A1AC14;
}
.AnyTagClassName
{
color: #A1AC14;
}
</style>
background-color css
<style>
a { background-color: #A1AC14; }
a { background-color: rgb(161,172,20); }
div.DivClassName
{
background-color: #A1AC14;
}
.BgClassName
{
background-color: #A1AC14;
}
</style>
border-color css
<style>
span { border-color: #A1AC14; }
span { border-color: rgb(161,172,20); }
td.TdClassName
{
border-color: #A1AC14;
}
.TagClassName
{
border-color: #A1AC14;
}
</style>