Shades of Citrus #A0AD0D
Tints of Citrus #A0AD0D
RGB
CMYK
RGB Variations
Color information
#A0AD0D (or 0xA0AD0D) is known color: Citrus. HEX triplet: A0, AD and 0D. RGB value is (160,173,13). Sum of RGB (Red+Green+Blue) = 160+173+13=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD0D is #5F52F2. Grayscale: #979797. Windows color (decimal): -6247155 or 896416. OLE color: 896416.
HSL color Cylindrical-coordinate representation of color #A0AD0D: hue angle of 64.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 #A0AD0D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 13 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.32 |
| HSL | 64.88º | 0.86% | 0.36% | - |
| HSV(B) | 64.88º | 0.92% | 0.68% | - |
| XYZ | 29.51 | 37.39 | 6.04 | - |
| YUV | 150.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 13 | 0.08 | 0 | 0.92 | 0.32 | 64.88 | 0.86 | 0.36 |
| Hex | A0 | AD | D | 8 | 0 | 5C | 20 | 41 | 56 | 24 |
| Octal | 240 | 255 | 15 | 10 | 0 | 134 | 40 | 101 | 126 | 44 |
| Binary | 10100000 | 10101101 | 1101 | 1000 | 0 | 1011100 | 100000 | 1000001 | 1010110 | 100100 |
Color Harmonies of #A0AD0D
Complementary color
Monochromatic Colors of #A0AD0D
Black with #A0AD0D
Text Example
Text Example
White with #A0AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD0D; }
p { color: rgb(160,173,13); }
H1.HeaderClassName
{
color: #A0AD0D;
}
.AnyTagClassName
{
color: #A0AD0D;
}
</style>
background-color css
<style>
a { background-color: #A0AD0D; }
a { background-color: rgb(160,173,13); }
div.DivClassName
{
background-color: #A0AD0D;
}
.BgClassName
{
background-color: #A0AD0D;
}
</style>
border-color css
<style>
span { border-color: #A0AD0D; }
span { border-color: rgb(160,173,13); }
td.TdClassName
{
border-color: #A0AD0D;
}
.TagClassName
{
border-color: #A0AD0D;
}
</style>