Shades of Citrus #A1AD17
Tints of Citrus #A1AD17
RGB
CMYK
RGB Variations
Color information
#A1AD17 (or 0xA1AD17) is known color: Citrus. HEX triplet: A1, AD and 17. RGB value is (161,173,23). Sum of RGB (Red+Green+Blue) = 161+173+23=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD17 is #5E52E8. Grayscale: #989898. Windows color (decimal): -6181609 or 1551777. OLE color: 1551777.
HSL color Cylindrical-coordinate representation of color #A1AD17: hue angle of 64.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1AD17 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 23 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.32 |
| HSL | 64.8º | 0.77% | 0.38% | - |
| HSV(B) | 64.8º | 0.87% | 0.68% | - |
| XYZ | 29.8 | 37.53 | 6.48 | - |
| YUV | 152.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 23 | 0.07 | 0 | 0.87 | 0.32 | 64.8 | 0.77 | 0.38 |
| Hex | A1 | AD | 17 | 7 | 0 | 57 | 20 | 41 | 4D | 26 |
| Octal | 241 | 255 | 27 | 7 | 0 | 127 | 40 | 101 | 115 | 46 |
| Binary | 10100001 | 10101101 | 10111 | 111 | 0 | 1010111 | 100000 | 1000001 | 1001101 | 100110 |
Color Harmonies of #A1AD17
Complementary color
Monochromatic Colors of #A1AD17
Black with #A1AD17
Text Example
Text Example
White with #A1AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD17; }
p { color: rgb(161,173,23); }
H1.HeaderClassName
{
color: #A1AD17;
}
.AnyTagClassName
{
color: #A1AD17;
}
</style>
background-color css
<style>
a { background-color: #A1AD17; }
a { background-color: rgb(161,173,23); }
div.DivClassName
{
background-color: #A1AD17;
}
.BgClassName
{
background-color: #A1AD17;
}
</style>
border-color css
<style>
span { border-color: #A1AD17; }
span { border-color: rgb(161,173,23); }
td.TdClassName
{
border-color: #A1AD17;
}
.TagClassName
{
border-color: #A1AD17;
}
</style>