Shades of Citrus #A2AD0A
Tints of Citrus #A2AD0A
RGB
CMYK
RGB Variations
Color information
#A2AD0A (or 0xA2AD0A) is known color: Citrus. HEX triplet: A2, AD and 0A. RGB value is (162,173,10). Sum of RGB (Red+Green+Blue) = 162+173+10=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD0A is #5D52F5. Grayscale: #979797. Windows color (decimal): -6116086 or 699810. OLE color: 699810.
HSL color Cylindrical-coordinate representation of color #A2AD0A: hue angle of 64.05º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2AD0A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 10 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.32 |
| HSL | 64.05º | 0.89% | 0.36% | - |
| HSV(B) | 64.05º | 0.94% | 0.68% | - |
| XYZ | 29.9 | 37.59 | 5.97 | - |
| YUV | 151.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 10 | 0.06 | 0 | 0.94 | 0.32 | 64.05 | 0.89 | 0.36 |
| Hex | A2 | AD | A | 6 | 0 | 5E | 20 | 40 | 59 | 24 |
| Octal | 242 | 255 | 12 | 6 | 0 | 136 | 40 | 100 | 131 | 44 |
| Binary | 10100010 | 10101101 | 1010 | 110 | 0 | 1011110 | 100000 | 1000000 | 1011001 | 100100 |
Color Harmonies of #A2AD0A
Complementary color
Monochromatic Colors of #A2AD0A
Black with #A2AD0A
Text Example
Text Example
White with #A2AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD0A; }
p { color: rgb(162,173,10); }
H1.HeaderClassName
{
color: #A2AD0A;
}
.AnyTagClassName
{
color: #A2AD0A;
}
</style>
background-color css
<style>
a { background-color: #A2AD0A; }
a { background-color: rgb(162,173,10); }
div.DivClassName
{
background-color: #A2AD0A;
}
.BgClassName
{
background-color: #A2AD0A;
}
</style>
border-color css
<style>
span { border-color: #A2AD0A; }
span { border-color: rgb(162,173,10); }
td.TdClassName
{
border-color: #A2AD0A;
}
.TagClassName
{
border-color: #A2AD0A;
}
</style>