Shades of Citrus #A8AF08
Tints of Citrus #A8AF08
RGB
CMYK
RGB Variations
Color information
#A8AF08 (or 0xA8AF08) is known color: Citrus. HEX triplet: A8, AF and 08. RGB value is (168,175,8). Sum of RGB (Red+Green+Blue) = 168+175+8=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF08 is #5750F7. Grayscale: #9A9A9A. Windows color (decimal): -5722360 or 569256. OLE color: 569256.
HSL color Cylindrical-coordinate representation of color #A8AF08: hue angle of 62.51º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8AF08 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 8 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.31 |
| HSL | 62.51º | 0.91% | 0.36% | - |
| HSV(B) | 62.51º | 0.95% | 0.69% | - |
| XYZ | 31.52 | 39 | 6.1 | - |
| YUV | 153.87 | 45.68 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 8 | 0.04 | 0 | 0.95 | 0.31 | 62.51 | 0.91 | 0.36 |
| Hex | A8 | AF | 8 | 4 | 0 | 5F | 1F | 3F | 5B | 24 |
| Octal | 250 | 257 | 10 | 4 | 0 | 137 | 37 | 77 | 133 | 44 |
| Binary | 10101000 | 10101111 | 1000 | 100 | 0 | 1011111 | 11111 | 111111 | 1011011 | 100100 |
Color Harmonies of #A8AF08
Complementary color
Monochromatic Colors of #A8AF08
Black with #A8AF08
Text Example
Text Example
White with #A8AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF08; }
p { color: rgb(168,175,8); }
H1.HeaderClassName
{
color: #A8AF08;
}
.AnyTagClassName
{
color: #A8AF08;
}
</style>
background-color css
<style>
a { background-color: #A8AF08; }
a { background-color: rgb(168,175,8); }
div.DivClassName
{
background-color: #A8AF08;
}
.BgClassName
{
background-color: #A8AF08;
}
</style>
border-color css
<style>
span { border-color: #A8AF08; }
span { border-color: rgb(168,175,8); }
td.TdClassName
{
border-color: #A8AF08;
}
.TagClassName
{
border-color: #A8AF08;
}
</style>