Shades of Citrus #A8AE16
Tints of Citrus #A8AE16
RGB
CMYK
RGB Variations
Color information
#A8AE16 (or 0xA8AE16) is known color: Citrus. HEX triplet: A8, AE and 16. RGB value is (168,174,22). Sum of RGB (Red+Green+Blue) = 168+174+22=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE16 is #5751E9. Grayscale: #9B9B9B. Windows color (decimal): -5722602 or 1486504. OLE color: 1486504.
HSL color Cylindrical-coordinate representation of color #A8AE16: hue angle of 62.37º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8AE16 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 22 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.32 |
| HSL | 62.37º | 0.78% | 0.38% | - |
| HSV(B) | 62.37º | 0.87% | 0.68% | - |
| XYZ | 31.43 | 38.65 | 6.56 | - |
| YUV | 154.88 | 53.01 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 22 | 0.03 | 0 | 0.87 | 0.32 | 62.37 | 0.78 | 0.38 |
| Hex | A8 | AE | 16 | 3 | 0 | 57 | 20 | 3E | 4E | 26 |
| Octal | 250 | 256 | 26 | 3 | 0 | 127 | 40 | 76 | 116 | 46 |
| Binary | 10101000 | 10101110 | 10110 | 11 | 0 | 1010111 | 100000 | 111110 | 1001110 | 100110 |
Color Harmonies of #A8AE16
Complementary color
Monochromatic Colors of #A8AE16
Black with #A8AE16
Text Example
Text Example
White with #A8AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE16; }
p { color: rgb(168,174,22); }
H1.HeaderClassName
{
color: #A8AE16;
}
.AnyTagClassName
{
color: #A8AE16;
}
</style>
background-color css
<style>
a { background-color: #A8AE16; }
a { background-color: rgb(168,174,22); }
div.DivClassName
{
background-color: #A8AE16;
}
.BgClassName
{
background-color: #A8AE16;
}
</style>
border-color css
<style>
span { border-color: #A8AE16; }
span { border-color: rgb(168,174,22); }
td.TdClassName
{
border-color: #A8AE16;
}
.TagClassName
{
border-color: #A8AE16;
}
</style>