Shades of Citrus #A1AD03
Tints of Citrus #A1AD03
RGB
CMYK
RGB Variations
Color information
#A1AD03 (or 0xA1AD03) is known color: Citrus. HEX triplet: A1, AD and 03. RGB value is (161,173,3). Sum of RGB (Red+Green+Blue) = 161+173+3=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD03 is #5E52FC. Grayscale: #969696. Windows color (decimal): -6181629 or 241057. OLE color: 241057.
HSL color Cylindrical-coordinate representation of color #A1AD03: hue angle of 64.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1AD03 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.32 |
| HSL | 64.24º | 0.97% | 0.35% | - |
| HSV(B) | 64.24º | 0.98% | 0.68% | - |
| XYZ | 29.66 | 37.47 | 5.76 | - |
| YUV | 150.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 3 | 0.07 | 0 | 0.98 | 0.32 | 64.24 | 0.97 | 0.35 |
| Hex | A1 | AD | 3 | 7 | 0 | 62 | 20 | 40 | 61 | 23 |
| Octal | 241 | 255 | 3 | 7 | 0 | 142 | 40 | 100 | 141 | 43 |
| Binary | 10100001 | 10101101 | 11 | 111 | 0 | 1100010 | 100000 | 1000000 | 1100001 | 100011 |
Color Harmonies of #A1AD03
Complementary color
Monochromatic Colors of #A1AD03
Black with #A1AD03
Text Example
Text Example
White with #A1AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD03; }
p { color: rgb(161,173,3); }
H1.HeaderClassName
{
color: #A1AD03;
}
.AnyTagClassName
{
color: #A1AD03;
}
</style>
background-color css
<style>
a { background-color: #A1AD03; }
a { background-color: rgb(161,173,3); }
div.DivClassName
{
background-color: #A1AD03;
}
.BgClassName
{
background-color: #A1AD03;
}
</style>
border-color css
<style>
span { border-color: #A1AD03; }
span { border-color: rgb(161,173,3); }
td.TdClassName
{
border-color: #A1AD03;
}
.TagClassName
{
border-color: #A1AD03;
}
</style>