Shades of Citrus #A0AD10
Tints of Citrus #A0AD10
RGB
CMYK
RGB Variations
Color information
#A0AD10 (or 0xA0AD10) is known color: Citrus. HEX triplet: A0, AD and 10. RGB value is (160,173,16). Sum of RGB (Red+Green+Blue) = 160+173+16=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD10 is #5F52EF. Grayscale: #979797. Windows color (decimal): -6247152 or 1093024. OLE color: 1093024.
HSL color Cylindrical-coordinate representation of color #A0AD10: hue angle of 64.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0AD10 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 16 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.32 |
| HSL | 64.97º | 0.83% | 0.37% | - |
| HSV(B) | 64.97º | 0.91% | 0.68% | - |
| XYZ | 29.53 | 37.4 | 6.15 | - |
| YUV | 151.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 16 | 0.08 | 0 | 0.91 | 0.32 | 64.97 | 0.83 | 0.37 |
| Hex | A0 | AD | 10 | 8 | 0 | 5B | 20 | 41 | 53 | 25 |
| Octal | 240 | 255 | 20 | 10 | 0 | 133 | 40 | 101 | 123 | 45 |
| Binary | 10100000 | 10101101 | 10000 | 1000 | 0 | 1011011 | 100000 | 1000001 | 1010011 | 100101 |
Color Harmonies of #A0AD10
Complementary color
Monochromatic Colors of #A0AD10
Black with #A0AD10
Text Example
Text Example
White with #A0AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD10; }
p { color: rgb(160,173,16); }
H1.HeaderClassName
{
color: #A0AD10;
}
.AnyTagClassName
{
color: #A0AD10;
}
</style>
background-color css
<style>
a { background-color: #A0AD10; }
a { background-color: rgb(160,173,16); }
div.DivClassName
{
background-color: #A0AD10;
}
.BgClassName
{
background-color: #A0AD10;
}
</style>
border-color css
<style>
span { border-color: #A0AD10; }
span { border-color: rgb(160,173,16); }
td.TdClassName
{
border-color: #A0AD10;
}
.TagClassName
{
border-color: #A0AD10;
}
</style>