Shades of Citrus #A1AD10
Tints of Citrus #A1AD10
RGB
CMYK
RGB Variations
Color information
#A1AD10 (or 0xA1AD10) is known color: Citrus. HEX triplet: A1, AD and 10. RGB value is (161,173,16). Sum of RGB (Red+Green+Blue) = 161+173+16=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD10 is #5E52EF. Grayscale: #989898. Windows color (decimal): -6181616 or 1093025. OLE color: 1093025.
HSL color Cylindrical-coordinate representation of color #A1AD10: hue angle of 64.59º 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 #A1AD10 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.32 |
| HSL | 64.59º | 0.83% | 0.37% | - |
| HSV(B) | 64.59º | 0.91% | 0.68% | - |
| XYZ | 29.74 | 37.5 | 6.16 | - |
| YUV | 151.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 16 | 0.07 | 0 | 0.91 | 0.32 | 64.59 | 0.83 | 0.37 |
| Hex | A1 | AD | 10 | 7 | 0 | 5B | 20 | 41 | 53 | 25 |
| Octal | 241 | 255 | 20 | 7 | 0 | 133 | 40 | 101 | 123 | 45 |
| Binary | 10100001 | 10101101 | 10000 | 111 | 0 | 1011011 | 100000 | 1000001 | 1010011 | 100101 |
Color Harmonies of #A1AD10
Complementary color
Monochromatic Colors of #A1AD10
Black with #A1AD10
Text Example
Text Example
White with #A1AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD10; }
p { color: rgb(161,173,16); }
H1.HeaderClassName
{
color: #A1AD10;
}
.AnyTagClassName
{
color: #A1AD10;
}
</style>
background-color css
<style>
a { background-color: #A1AD10; }
a { background-color: rgb(161,173,16); }
div.DivClassName
{
background-color: #A1AD10;
}
.BgClassName
{
background-color: #A1AD10;
}
</style>
border-color css
<style>
span { border-color: #A1AD10; }
span { border-color: rgb(161,173,16); }
td.TdClassName
{
border-color: #A1AD10;
}
.TagClassName
{
border-color: #A1AD10;
}
</style>