Shades of Citrus #A8AD08
Tints of Citrus #A8AD08
RGB
CMYK
RGB Variations
Color information
#A8AD08 (or 0xA8AD08) is known color: Citrus. HEX triplet: A8, AD and 08. RGB value is (168,173,8). Sum of RGB (Red+Green+Blue) = 168+173+8=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AD08 is #5752F7. Grayscale: #999999. Windows color (decimal): -5722872 or 568744. OLE color: 568744.
HSL color Cylindrical-coordinate representation of color #A8AD08: hue angle of 61.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8AD08 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 8 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.32 |
| HSL | 61.82º | 0.91% | 0.35% | - |
| HSV(B) | 61.82º | 0.95% | 0.68% | - |
| XYZ | 31.14 | 38.23 | 5.97 | - |
| YUV | 152.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 8 | 0.03 | 0 | 0.95 | 0.32 | 61.82 | 0.91 | 0.35 |
| Hex | A8 | AD | 8 | 3 | 0 | 5F | 20 | 3E | 5B | 23 |
| Octal | 250 | 255 | 10 | 3 | 0 | 137 | 40 | 76 | 133 | 43 |
| Binary | 10101000 | 10101101 | 1000 | 11 | 0 | 1011111 | 100000 | 111110 | 1011011 | 100011 |
Color Harmonies of #A8AD08
Complementary color
Monochromatic Colors of #A8AD08
Black with #A8AD08
Text Example
Text Example
White with #A8AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD08; }
p { color: rgb(168,173,8); }
H1.HeaderClassName
{
color: #A8AD08;
}
.AnyTagClassName
{
color: #A8AD08;
}
</style>
background-color css
<style>
a { background-color: #A8AD08; }
a { background-color: rgb(168,173,8); }
div.DivClassName
{
background-color: #A8AD08;
}
.BgClassName
{
background-color: #A8AD08;
}
</style>
border-color css
<style>
span { border-color: #A8AD08; }
span { border-color: rgb(168,173,8); }
td.TdClassName
{
border-color: #A8AD08;
}
.TagClassName
{
border-color: #A8AD08;
}
</style>