Shades of Citrus #A8AD11
Tints of Citrus #A8AD11
RGB
CMYK
RGB Variations
Color information
#A8AD11 (or 0xA8AD11) is known color: Citrus. HEX triplet: A8, AD and 11. RGB value is (168,173,17). Sum of RGB (Red+Green+Blue) = 168+173+17=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AD11 is #5752EE. Grayscale: #9A9A9A. Windows color (decimal): -5722863 or 1158568. OLE color: 1158568.
HSL color Cylindrical-coordinate representation of color #A8AD11: hue angle of 61.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8AD11 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 17 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.32 |
| HSL | 61.92º | 0.82% | 0.37% | - |
| HSV(B) | 61.92º | 0.9% | 0.68% | - |
| XYZ | 31.19 | 38.25 | 6.27 | - |
| YUV | 153.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 17 | 0.03 | 0 | 0.90 | 0.32 | 61.92 | 0.82 | 0.37 |
| Hex | A8 | AD | 11 | 3 | 0 | 5A | 20 | 3E | 52 | 25 |
| Octal | 250 | 255 | 21 | 3 | 0 | 132 | 40 | 76 | 122 | 45 |
| Binary | 10101000 | 10101101 | 10001 | 11 | 0 | 1011010 | 100000 | 111110 | 1010010 | 100101 |
Color Harmonies of #A8AD11
Complementary color
Monochromatic Colors of #A8AD11
Black with #A8AD11
Text Example
Text Example
White with #A8AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD11; }
p { color: rgb(168,173,17); }
H1.HeaderClassName
{
color: #A8AD11;
}
.AnyTagClassName
{
color: #A8AD11;
}
</style>
background-color css
<style>
a { background-color: #A8AD11; }
a { background-color: rgb(168,173,17); }
div.DivClassName
{
background-color: #A8AD11;
}
.BgClassName
{
background-color: #A8AD11;
}
</style>
border-color css
<style>
span { border-color: #A8AD11; }
span { border-color: rgb(168,173,17); }
td.TdClassName
{
border-color: #A8AD11;
}
.TagClassName
{
border-color: #A8AD11;
}
</style>