Shades of Citrus #A0A610
Tints of Citrus #A0A610
RGB
CMYK
RGB Variations
Color information
#A0A610 (or 0xA0A610) is known color: Citrus. HEX triplet: A0, A6 and 10. RGB value is (160,166,16). Sum of RGB (Red+Green+Blue) = 160+166+16=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A610 is #5F59EF. Grayscale: #939393. Windows color (decimal): -6248944 or 1091232. OLE color: 1091232.
HSL color Cylindrical-coordinate representation of color #A0A610: hue angle of 62.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0A610 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 16 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.35 |
| HSL | 62.4º | 0.82% | 0.36% | - |
| HSV(B) | 62.4º | 0.9% | 0.65% | - |
| XYZ | 28.23 | 34.78 | 5.72 | - |
| YUV | 147.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 16 | 0.04 | 0 | 0.90 | 0.35 | 62.4 | 0.82 | 0.36 |
| Hex | A0 | A6 | 10 | 4 | 0 | 5A | 23 | 3E | 52 | 24 |
| Octal | 240 | 246 | 20 | 4 | 0 | 132 | 43 | 76 | 122 | 44 |
| Binary | 10100000 | 10100110 | 10000 | 100 | 0 | 1011010 | 100011 | 111110 | 1010010 | 100100 |
Color Harmonies of #A0A610
Complementary color
Monochromatic Colors of #A0A610
Black with #A0A610
Text Example
Text Example
White with #A0A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A610; }
p { color: rgb(160,166,16); }
H1.HeaderClassName
{
color: #A0A610;
}
.AnyTagClassName
{
color: #A0A610;
}
</style>
background-color css
<style>
a { background-color: #A0A610; }
a { background-color: rgb(160,166,16); }
div.DivClassName
{
background-color: #A0A610;
}
.BgClassName
{
background-color: #A0A610;
}
</style>
border-color css
<style>
span { border-color: #A0A610; }
span { border-color: rgb(160,166,16); }
td.TdClassName
{
border-color: #A0A610;
}
.TagClassName
{
border-color: #A0A610;
}
</style>