Shades of Citrus #A8AF04
Tints of Citrus #A8AF04
RGB
CMYK
RGB Variations
Color information
#A8AF04 (or 0xA8AF04) is known color: Citrus. HEX triplet: A8, AF and 04. RGB value is (168,175,4). Sum of RGB (Red+Green+Blue) = 168+175+4=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF04 is #5750FB. Grayscale: #9A9A9A. Windows color (decimal): -5722364 or 307112. OLE color: 307112.
HSL color Cylindrical-coordinate representation of color #A8AF04: hue angle of 62.46º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8AF04 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.31 |
| HSL | 62.46º | 0.96% | 0.35% | - |
| HSV(B) | 62.46º | 0.98% | 0.69% | - |
| XYZ | 31.5 | 38.99 | 5.98 | - |
| YUV | 153.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 4 | 0.04 | 0 | 0.98 | 0.31 | 62.46 | 0.96 | 0.35 |
| Hex | A8 | AF | 4 | 4 | 0 | 62 | 1F | 3E | 60 | 23 |
| Octal | 250 | 257 | 4 | 4 | 0 | 142 | 37 | 76 | 140 | 43 |
| Binary | 10101000 | 10101111 | 100 | 100 | 0 | 1100010 | 11111 | 111110 | 1100000 | 100011 |
Color Harmonies of #A8AF04
Complementary color
Monochromatic Colors of #A8AF04
Black with #A8AF04
Text Example
Text Example
White with #A8AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF04; }
p { color: rgb(168,175,4); }
H1.HeaderClassName
{
color: #A8AF04;
}
.AnyTagClassName
{
color: #A8AF04;
}
</style>
background-color css
<style>
a { background-color: #A8AF04; }
a { background-color: rgb(168,175,4); }
div.DivClassName
{
background-color: #A8AF04;
}
.BgClassName
{
background-color: #A8AF04;
}
</style>
border-color css
<style>
span { border-color: #A8AF04; }
span { border-color: rgb(168,175,4); }
td.TdClassName
{
border-color: #A8AF04;
}
.TagClassName
{
border-color: #A8AF04;
}
</style>