Shades of Citrus #A8AC16
Tints of Citrus #A8AC16
RGB
CMYK
RGB Variations
Color information
#A8AC16 (or 0xA8AC16) is known color: Citrus. HEX triplet: A8, AC and 16. RGB value is (168,172,22). Sum of RGB (Red+Green+Blue) = 168+172+22=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC16 is #5753E9. Grayscale: #9A9A9A. Windows color (decimal): -5723114 or 1485992. OLE color: 1485992.
HSL color Cylindrical-coordinate representation of color #A8AC16: hue angle of 61.6º 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 #A8AC16 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 22 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.33 |
| HSL | 61.6º | 0.77% | 0.38% | - |
| HSV(B) | 61.6º | 0.87% | 0.67% | - |
| XYZ | 31.05 | 37.89 | 6.44 | - |
| YUV | 153.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 22 | 0.02 | 0 | 0.87 | 0.33 | 61.6 | 0.77 | 0.38 |
| Hex | A8 | AC | 16 | 2 | 0 | 57 | 21 | 3E | 4D | 26 |
| Octal | 250 | 254 | 26 | 2 | 0 | 127 | 41 | 76 | 115 | 46 |
| Binary | 10101000 | 10101100 | 10110 | 10 | 0 | 1010111 | 100001 | 111110 | 1001101 | 100110 |
Color Harmonies of #A8AC16
Complementary color
Monochromatic Colors of #A8AC16
Black with #A8AC16
Text Example
Text Example
White with #A8AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC16; }
p { color: rgb(168,172,22); }
H1.HeaderClassName
{
color: #A8AC16;
}
.AnyTagClassName
{
color: #A8AC16;
}
</style>
background-color css
<style>
a { background-color: #A8AC16; }
a { background-color: rgb(168,172,22); }
div.DivClassName
{
background-color: #A8AC16;
}
.BgClassName
{
background-color: #A8AC16;
}
</style>
border-color css
<style>
span { border-color: #A8AC16; }
span { border-color: rgb(168,172,22); }
td.TdClassName
{
border-color: #A8AC16;
}
.TagClassName
{
border-color: #A8AC16;
}
</style>