Shades of Citrus #A1AD0A
Tints of Citrus #A1AD0A
RGB
CMYK
RGB Variations
Color information
#A1AD0A (or 0xA1AD0A) is known color: Citrus. HEX triplet: A1, AD and 0A. RGB value is (161,173,10). Sum of RGB (Red+Green+Blue) = 161+173+10=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD0A is #5E52F5. Grayscale: #979797. Windows color (decimal): -6181622 or 699809. OLE color: 699809.
HSL color Cylindrical-coordinate representation of color #A1AD0A: hue angle of 64.42º 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 #A1AD0A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 10 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.32 |
| HSL | 64.42º | 0.89% | 0.36% | - |
| HSV(B) | 64.42º | 0.94% | 0.68% | - |
| XYZ | 29.7 | 37.49 | 5.96 | - |
| YUV | 150.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 10 | 0.07 | 0 | 0.94 | 0.32 | 64.42 | 0.89 | 0.36 |
| Hex | A1 | AD | A | 7 | 0 | 5E | 20 | 40 | 59 | 24 |
| Octal | 241 | 255 | 12 | 7 | 0 | 136 | 40 | 100 | 131 | 44 |
| Binary | 10100001 | 10101101 | 1010 | 111 | 0 | 1011110 | 100000 | 1000000 | 1011001 | 100100 |
Color Harmonies of #A1AD0A
Complementary color
Monochromatic Colors of #A1AD0A
Black with #A1AD0A
Text Example
Text Example
White with #A1AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD0A; }
p { color: rgb(161,173,10); }
H1.HeaderClassName
{
color: #A1AD0A;
}
.AnyTagClassName
{
color: #A1AD0A;
}
</style>
background-color css
<style>
a { background-color: #A1AD0A; }
a { background-color: rgb(161,173,10); }
div.DivClassName
{
background-color: #A1AD0A;
}
.BgClassName
{
background-color: #A1AD0A;
}
</style>
border-color css
<style>
span { border-color: #A1AD0A; }
span { border-color: rgb(161,173,10); }
td.TdClassName
{
border-color: #A1AD0A;
}
.TagClassName
{
border-color: #A1AD0A;
}
</style>