Shades of Citrus #A8AF07
Tints of Citrus #A8AF07
RGB
CMYK
RGB Variations
Color information
#A8AF07 (or 0xA8AF07) is known color: Citrus. HEX triplet: A8, AF and 07. RGB value is (168,175,7). Sum of RGB (Red+Green+Blue) = 168+175+7=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF07 is #5750F8. Grayscale: #9A9A9A. Windows color (decimal): -5722361 or 503720. OLE color: 503720.
HSL color Cylindrical-coordinate representation of color #A8AF07: hue angle of 62.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8AF07 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.31 |
| HSL | 62.5º | 0.92% | 0.36% | - |
| HSV(B) | 62.5º | 0.96% | 0.69% | - |
| XYZ | 31.52 | 39 | 6.07 | - |
| YUV | 153.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 7 | 0.04 | 0 | 0.96 | 0.31 | 62.5 | 0.92 | 0.36 |
| Hex | A8 | AF | 7 | 4 | 0 | 60 | 1F | 3F | 5C | 24 |
| Octal | 250 | 257 | 7 | 4 | 0 | 140 | 37 | 77 | 134 | 44 |
| Binary | 10101000 | 10101111 | 111 | 100 | 0 | 1100000 | 11111 | 111111 | 1011100 | 100100 |
Color Harmonies of #A8AF07
Complementary color
Monochromatic Colors of #A8AF07
Black with #A8AF07
Text Example
Text Example
White with #A8AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF07; }
p { color: rgb(168,175,7); }
H1.HeaderClassName
{
color: #A8AF07;
}
.AnyTagClassName
{
color: #A8AF07;
}
</style>
background-color css
<style>
a { background-color: #A8AF07; }
a { background-color: rgb(168,175,7); }
div.DivClassName
{
background-color: #A8AF07;
}
.BgClassName
{
background-color: #A8AF07;
}
</style>
border-color css
<style>
span { border-color: #A8AF07; }
span { border-color: rgb(168,175,7); }
td.TdClassName
{
border-color: #A8AF07;
}
.TagClassName
{
border-color: #A8AF07;
}
</style>