Shades of Citrus #A8AE11
Tints of Citrus #A8AE11
RGB
CMYK
RGB Variations
Color information
#A8AE11 (or 0xA8AE11) is known color: Citrus. HEX triplet: A8, AE and 11. RGB value is (168,174,17). Sum of RGB (Red+Green+Blue) = 168+174+17=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE11 is #5751EE. Grayscale: #9A9A9A. Windows color (decimal): -5722607 or 1158824. OLE color: 1158824.
HSL color Cylindrical-coordinate representation of color #A8AE11: hue angle of 62.29º 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 #A8AE11 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 17 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.32 |
| HSL | 62.29º | 0.82% | 0.37% | - |
| HSV(B) | 62.29º | 0.9% | 0.68% | - |
| XYZ | 31.39 | 38.64 | 6.33 | - |
| YUV | 154.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 17 | 0.03 | 0 | 0.90 | 0.32 | 62.29 | 0.82 | 0.37 |
| Hex | A8 | AE | 11 | 3 | 0 | 5A | 20 | 3E | 52 | 25 |
| Octal | 250 | 256 | 21 | 3 | 0 | 132 | 40 | 76 | 122 | 45 |
| Binary | 10101000 | 10101110 | 10001 | 11 | 0 | 1011010 | 100000 | 111110 | 1010010 | 100101 |
Color Harmonies of #A8AE11
Complementary color
Monochromatic Colors of #A8AE11
Black with #A8AE11
Text Example
Text Example
White with #A8AE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE11; }
p { color: rgb(168,174,17); }
H1.HeaderClassName
{
color: #A8AE11;
}
.AnyTagClassName
{
color: #A8AE11;
}
</style>
background-color css
<style>
a { background-color: #A8AE11; }
a { background-color: rgb(168,174,17); }
div.DivClassName
{
background-color: #A8AE11;
}
.BgClassName
{
background-color: #A8AE11;
}
</style>
border-color css
<style>
span { border-color: #A8AE11; }
span { border-color: rgb(168,174,17); }
td.TdClassName
{
border-color: #A8AE11;
}
.TagClassName
{
border-color: #A8AE11;
}
</style>