Shades of Citrus #A1AD14
Tints of Citrus #A1AD14
RGB
CMYK
RGB Variations
Color information
#A1AD14 (or 0xA1AD14) is known color: Citrus. HEX triplet: A1, AD and 14. RGB value is (161,173,20). Sum of RGB (Red+Green+Blue) = 161+173+20=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD14 is #5E52EB. Grayscale: #989898. Windows color (decimal): -6181612 or 1355169. OLE color: 1355169.
HSL color Cylindrical-coordinate representation of color #A1AD14: hue angle of 64.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1AD14 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 20 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.32 |
| HSL | 64.71º | 0.79% | 0.38% | - |
| HSV(B) | 64.71º | 0.88% | 0.68% | - |
| XYZ | 29.77 | 37.51 | 6.33 | - |
| YUV | 151.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 20 | 0.07 | 0 | 0.88 | 0.32 | 64.71 | 0.79 | 0.38 |
| Hex | A1 | AD | 14 | 7 | 0 | 58 | 20 | 41 | 4F | 26 |
| Octal | 241 | 255 | 24 | 7 | 0 | 130 | 40 | 101 | 117 | 46 |
| Binary | 10100001 | 10101101 | 10100 | 111 | 0 | 1011000 | 100000 | 1000001 | 1001111 | 100110 |
Color Harmonies of #A1AD14
Complementary color
Monochromatic Colors of #A1AD14
Black with #A1AD14
Text Example
Text Example
White with #A1AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD14; }
p { color: rgb(161,173,20); }
H1.HeaderClassName
{
color: #A1AD14;
}
.AnyTagClassName
{
color: #A1AD14;
}
</style>
background-color css
<style>
a { background-color: #A1AD14; }
a { background-color: rgb(161,173,20); }
div.DivClassName
{
background-color: #A1AD14;
}
.BgClassName
{
background-color: #A1AD14;
}
</style>
border-color css
<style>
span { border-color: #A1AD14; }
span { border-color: rgb(161,173,20); }
td.TdClassName
{
border-color: #A1AD14;
}
.TagClassName
{
border-color: #A1AD14;
}
</style>