Shades of Citrus #A8AF0A
Tints of Citrus #A8AF0A
RGB
CMYK
RGB Variations
Color information
#A8AF0A (or 0xA8AF0A) is known color: Citrus. HEX triplet: A8, AF and 0A. RGB value is (168,175,10). Sum of RGB (Red+Green+Blue) = 168+175+10=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF0A is #5750F5. Grayscale: #9A9A9A. Windows color (decimal): -5722358 or 700328. OLE color: 700328.
HSL color Cylindrical-coordinate representation of color #A8AF0A: hue angle of 62.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8AF0A is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 10 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.31 |
| HSL | 62.55º | 0.89% | 0.36% | - |
| HSV(B) | 62.55º | 0.94% | 0.69% | - |
| XYZ | 31.53 | 39.01 | 6.15 | - |
| YUV | 154.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 10 | 0.04 | 0 | 0.94 | 0.31 | 62.55 | 0.89 | 0.36 |
| Hex | A8 | AF | A | 4 | 0 | 5E | 1F | 3F | 59 | 24 |
| Octal | 250 | 257 | 12 | 4 | 0 | 136 | 37 | 77 | 131 | 44 |
| Binary | 10101000 | 10101111 | 1010 | 100 | 0 | 1011110 | 11111 | 111111 | 1011001 | 100100 |
Color Harmonies of #A8AF0A
Complementary color
Monochromatic Colors of #A8AF0A
Black with #A8AF0A
Text Example
Text Example
White with #A8AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF0A; }
p { color: rgb(168,175,10); }
H1.HeaderClassName
{
color: #A8AF0A;
}
.AnyTagClassName
{
color: #A8AF0A;
}
</style>
background-color css
<style>
a { background-color: #A8AF0A; }
a { background-color: rgb(168,175,10); }
div.DivClassName
{
background-color: #A8AF0A;
}
.BgClassName
{
background-color: #A8AF0A;
}
</style>
border-color css
<style>
span { border-color: #A8AF0A; }
span { border-color: rgb(168,175,10); }
td.TdClassName
{
border-color: #A8AF0A;
}
.TagClassName
{
border-color: #A8AF0A;
}
</style>