Shades of Citrus #A6AD13
Tints of Citrus #A6AD13
RGB
CMYK
RGB Variations
Color information
#A6AD13 (or 0xA6AD13) is known color: Citrus. HEX triplet: A6, AD and 13. RGB value is (166,173,19). Sum of RGB (Red+Green+Blue) = 166+173+19=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD13 is #5952EC. Grayscale: #999999. Windows color (decimal): -5853933 or 1289638. OLE color: 1289638.
HSL color Cylindrical-coordinate representation of color #A6AD13: hue angle of 62.73º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6AD13 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 19 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.32 |
| HSL | 62.73º | 0.8% | 0.38% | - |
| HSV(B) | 62.73º | 0.89% | 0.68% | - |
| XYZ | 30.79 | 38.04 | 6.34 | - |
| YUV | 153.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 19 | 0.04 | 0 | 0.89 | 0.32 | 62.73 | 0.8 | 0.38 |
| Hex | A6 | AD | 13 | 4 | 0 | 59 | 20 | 3F | 50 | 26 |
| Octal | 246 | 255 | 23 | 4 | 0 | 131 | 40 | 77 | 120 | 46 |
| Binary | 10100110 | 10101101 | 10011 | 100 | 0 | 1011001 | 100000 | 111111 | 1010000 | 100110 |
Color Harmonies of #A6AD13
Complementary color
Monochromatic Colors of #A6AD13
Black with #A6AD13
Text Example
Text Example
White with #A6AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD13; }
p { color: rgb(166,173,19); }
H1.HeaderClassName
{
color: #A6AD13;
}
.AnyTagClassName
{
color: #A6AD13;
}
</style>
background-color css
<style>
a { background-color: #A6AD13; }
a { background-color: rgb(166,173,19); }
div.DivClassName
{
background-color: #A6AD13;
}
.BgClassName
{
background-color: #A6AD13;
}
</style>
border-color css
<style>
span { border-color: #A6AD13; }
span { border-color: rgb(166,173,19); }
td.TdClassName
{
border-color: #A6AD13;
}
.TagClassName
{
border-color: #A6AD13;
}
</style>