Shades of Citrus #A6AD0D
Tints of Citrus #A6AD0D
RGB
CMYK
RGB Variations
Color information
#A6AD0D (or 0xA6AD0D) is known color: Citrus. HEX triplet: A6, AD and 0D. RGB value is (166,173,13). Sum of RGB (Red+Green+Blue) = 166+173+13=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD0D is #5952F2. Grayscale: #999999. Windows color (decimal): -5853939 or 896422. OLE color: 896422.
HSL color Cylindrical-coordinate representation of color #A6AD0D: hue angle of 62.63º 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 #A6AD0D is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 13 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.32 |
| HSL | 62.63º | 0.86% | 0.36% | - |
| HSV(B) | 62.63º | 0.92% | 0.68% | - |
| XYZ | 30.74 | 38.02 | 6.1 | - |
| YUV | 152.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 13 | 0.04 | 0 | 0.92 | 0.32 | 62.63 | 0.86 | 0.36 |
| Hex | A6 | AD | D | 4 | 0 | 5C | 20 | 3F | 56 | 24 |
| Octal | 246 | 255 | 15 | 4 | 0 | 134 | 40 | 77 | 126 | 44 |
| Binary | 10100110 | 10101101 | 1101 | 100 | 0 | 1011100 | 100000 | 111111 | 1010110 | 100100 |
Color Harmonies of #A6AD0D
Complementary color
Monochromatic Colors of #A6AD0D
Black with #A6AD0D
Text Example
Text Example
White with #A6AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD0D; }
p { color: rgb(166,173,13); }
H1.HeaderClassName
{
color: #A6AD0D;
}
.AnyTagClassName
{
color: #A6AD0D;
}
</style>
background-color css
<style>
a { background-color: #A6AD0D; }
a { background-color: rgb(166,173,13); }
div.DivClassName
{
background-color: #A6AD0D;
}
.BgClassName
{
background-color: #A6AD0D;
}
</style>
border-color css
<style>
span { border-color: #A6AD0D; }
span { border-color: rgb(166,173,13); }
td.TdClassName
{
border-color: #A6AD0D;
}
.TagClassName
{
border-color: #A6AD0D;
}
</style>