Shades of Citrus #A8AD0D
Tints of Citrus #A8AD0D
RGB
CMYK
RGB Variations
Color information
#A8AD0D (or 0xA8AD0D) is known color: Citrus. HEX triplet: A8, AD and 0D. RGB value is (168,173,13). Sum of RGB (Red+Green+Blue) = 168+173+13=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AD0D is #5752F2. Grayscale: #999999. Windows color (decimal): -5722867 or 896424. OLE color: 896424.
HSL color Cylindrical-coordinate representation of color #A8AD0D: hue angle of 61.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8AD0D is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 13 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.32 |
| HSL | 61.88º | 0.86% | 0.36% | - |
| HSV(B) | 61.88º | 0.92% | 0.68% | - |
| XYZ | 31.16 | 38.24 | 6.12 | - |
| YUV | 153.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 13 | 0.03 | 0 | 0.92 | 0.32 | 61.88 | 0.86 | 0.36 |
| Hex | A8 | AD | D | 3 | 0 | 5C | 20 | 3E | 56 | 24 |
| Octal | 250 | 255 | 15 | 3 | 0 | 134 | 40 | 76 | 126 | 44 |
| Binary | 10101000 | 10101101 | 1101 | 11 | 0 | 1011100 | 100000 | 111110 | 1010110 | 100100 |
Color Harmonies of #A8AD0D
Complementary color
Monochromatic Colors of #A8AD0D
Black with #A8AD0D
Text Example
Text Example
White with #A8AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD0D; }
p { color: rgb(168,173,13); }
H1.HeaderClassName
{
color: #A8AD0D;
}
.AnyTagClassName
{
color: #A8AD0D;
}
</style>
background-color css
<style>
a { background-color: #A8AD0D; }
a { background-color: rgb(168,173,13); }
div.DivClassName
{
background-color: #A8AD0D;
}
.BgClassName
{
background-color: #A8AD0D;
}
</style>
border-color css
<style>
span { border-color: #A8AD0D; }
span { border-color: rgb(168,173,13); }
td.TdClassName
{
border-color: #A8AD0D;
}
.TagClassName
{
border-color: #A8AD0D;
}
</style>