Shades of Citrus #A0AD06
Tints of Citrus #A0AD06
RGB
CMYK
RGB Variations
Color information
#A0AD06 (or 0xA0AD06) is known color: Citrus. HEX triplet: A0, AD and 06. RGB value is (160,173,6). Sum of RGB (Red+Green+Blue) = 160+173+6=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD06 is #5F52F9. Grayscale: #969696. Windows color (decimal): -6247162 or 437664. OLE color: 437664.
HSL color Cylindrical-coordinate representation of color #A0AD06: hue angle of 64.67º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0AD06 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.32 |
| HSL | 64.67º | 0.93% | 0.35% | - |
| HSV(B) | 64.67º | 0.97% | 0.68% | - |
| XYZ | 29.47 | 37.37 | 5.83 | - |
| YUV | 150.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 6 | 0.08 | 0 | 0.97 | 0.32 | 64.67 | 0.93 | 0.35 |
| Hex | A0 | AD | 6 | 8 | 0 | 61 | 20 | 41 | 5D | 23 |
| Octal | 240 | 255 | 6 | 10 | 0 | 141 | 40 | 101 | 135 | 43 |
| Binary | 10100000 | 10101101 | 110 | 1000 | 0 | 1100001 | 100000 | 1000001 | 1011101 | 100011 |
Color Harmonies of #A0AD06
Complementary color
Monochromatic Colors of #A0AD06
Black with #A0AD06
Text Example
Text Example
White with #A0AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD06; }
p { color: rgb(160,173,6); }
H1.HeaderClassName
{
color: #A0AD06;
}
.AnyTagClassName
{
color: #A0AD06;
}
</style>
background-color css
<style>
a { background-color: #A0AD06; }
a { background-color: rgb(160,173,6); }
div.DivClassName
{
background-color: #A0AD06;
}
.BgClassName
{
background-color: #A0AD06;
}
</style>
border-color css
<style>
span { border-color: #A0AD06; }
span { border-color: rgb(160,173,6); }
td.TdClassName
{
border-color: #A0AD06;
}
.TagClassName
{
border-color: #A0AD06;
}
</style>