Shades of Citrus #A8AF0E
Tints of Citrus #A8AF0E
RGB
CMYK
RGB Variations
Color information
#A8AF0E (or 0xA8AF0E) is known color: Citrus. HEX triplet: A8, AF and 0E. RGB value is (168,175,14). Sum of RGB (Red+Green+Blue) = 168+175+14=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF0E is #5750F1. Grayscale: #9B9B9B. Windows color (decimal): -5722354 or 962472. OLE color: 962472.
HSL color Cylindrical-coordinate representation of color #A8AF0E: hue angle of 62.61º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8AF0E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 14 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.31 |
| HSL | 62.61º | 0.85% | 0.37% | - |
| HSV(B) | 62.61º | 0.92% | 0.69% | - |
| XYZ | 31.56 | 39.02 | 6.28 | - |
| YUV | 154.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 14 | 0.04 | 0 | 0.92 | 0.31 | 62.61 | 0.85 | 0.37 |
| Hex | A8 | AF | E | 4 | 0 | 5C | 1F | 3F | 55 | 25 |
| Octal | 250 | 257 | 16 | 4 | 0 | 134 | 37 | 77 | 125 | 45 |
| Binary | 10101000 | 10101111 | 1110 | 100 | 0 | 1011100 | 11111 | 111111 | 1010101 | 100101 |
Color Harmonies of #A8AF0E
Complementary color
Monochromatic Colors of #A8AF0E
Black with #A8AF0E
Text Example
Text Example
White with #A8AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF0E; }
p { color: rgb(168,175,14); }
H1.HeaderClassName
{
color: #A8AF0E;
}
.AnyTagClassName
{
color: #A8AF0E;
}
</style>
background-color css
<style>
a { background-color: #A8AF0E; }
a { background-color: rgb(168,175,14); }
div.DivClassName
{
background-color: #A8AF0E;
}
.BgClassName
{
background-color: #A8AF0E;
}
</style>
border-color css
<style>
span { border-color: #A8AF0E; }
span { border-color: rgb(168,175,14); }
td.TdClassName
{
border-color: #A8AF0E;
}
.TagClassName
{
border-color: #A8AF0E;
}
</style>