Shades of Citrus #A8AF09
Tints of Citrus #A8AF09
RGB
CMYK
RGB Variations
Color information
#A8AF09 (or 0xA8AF09) is known color: Citrus. HEX triplet: A8, AF and 09. RGB value is (168,175,9). Sum of RGB (Red+Green+Blue) = 168+175+9=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF09 is #5750F6. Grayscale: #9A9A9A. Windows color (decimal): -5722359 or 634792. OLE color: 634792.
HSL color Cylindrical-coordinate representation of color #A8AF09: hue angle of 62.53º degrees, saturation: 0.9, 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 #A8AF09 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.31 |
| HSL | 62.53º | 0.9% | 0.36% | - |
| HSV(B) | 62.53º | 0.95% | 0.69% | - |
| XYZ | 31.53 | 39 | 6.13 | - |
| YUV | 153.98 | 46.18 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 9 | 0.04 | 0 | 0.95 | 0.31 | 62.53 | 0.9 | 0.36 |
| Hex | A8 | AF | 9 | 4 | 0 | 5F | 1F | 3F | 5A | 24 |
| Octal | 250 | 257 | 11 | 4 | 0 | 137 | 37 | 77 | 132 | 44 |
| Binary | 10101000 | 10101111 | 1001 | 100 | 0 | 1011111 | 11111 | 111111 | 1011010 | 100100 |
Color Harmonies of #A8AF09
Complementary color
Monochromatic Colors of #A8AF09
Black with #A8AF09
Text Example
Text Example
White with #A8AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF09; }
p { color: rgb(168,175,9); }
H1.HeaderClassName
{
color: #A8AF09;
}
.AnyTagClassName
{
color: #A8AF09;
}
</style>
background-color css
<style>
a { background-color: #A8AF09; }
a { background-color: rgb(168,175,9); }
div.DivClassName
{
background-color: #A8AF09;
}
.BgClassName
{
background-color: #A8AF09;
}
</style>
border-color css
<style>
span { border-color: #A8AF09; }
span { border-color: rgb(168,175,9); }
td.TdClassName
{
border-color: #A8AF09;
}
.TagClassName
{
border-color: #A8AF09;
}
</style>