Shades of Citrus #A1AD01
Tints of Citrus #A1AD01
RGB
CMYK
RGB Variations
Color information
#A1AD01 (or 0xA1AD01) is known color: Citrus. HEX triplet: A1, AD and 01. RGB value is (161,173,1). Sum of RGB (Red+Green+Blue) = 161+173+1=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD01 is #5E52FE. Grayscale: #969696. Windows color (decimal): -6181631 or 109985. OLE color: 109985.
HSL color Cylindrical-coordinate representation of color #A1AD01: hue angle of 64.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1AD01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.32 |
| HSL | 64.19º | 0.99% | 0.34% | - |
| HSV(B) | 64.19º | 0.99% | 0.68% | - |
| XYZ | 29.65 | 37.47 | 5.7 | - |
| YUV | 149.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 1 | 0.07 | 0 | 0.99 | 0.32 | 64.19 | 0.99 | 0.34 |
| Hex | A1 | AD | 1 | 7 | 0 | 63 | 20 | 40 | 63 | 22 |
| Octal | 241 | 255 | 1 | 7 | 0 | 143 | 40 | 100 | 143 | 42 |
| Binary | 10100001 | 10101101 | 1 | 111 | 0 | 1100011 | 100000 | 1000000 | 1100011 | 100010 |
Color Harmonies of #A1AD01
Complementary color
Monochromatic Colors of #A1AD01
Black with #A1AD01
Text Example
Text Example
White with #A1AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD01; }
p { color: rgb(161,173,1); }
H1.HeaderClassName
{
color: #A1AD01;
}
.AnyTagClassName
{
color: #A1AD01;
}
</style>
background-color css
<style>
a { background-color: #A1AD01; }
a { background-color: rgb(161,173,1); }
div.DivClassName
{
background-color: #A1AD01;
}
.BgClassName
{
background-color: #A1AD01;
}
</style>
border-color css
<style>
span { border-color: #A1AD01; }
span { border-color: rgb(161,173,1); }
td.TdClassName
{
border-color: #A1AD01;
}
.TagClassName
{
border-color: #A1AD01;
}
</style>