Shades of Citrus #A3AF16
Tints of Citrus #A3AF16
RGB
CMYK
RGB Variations
Color information
#A3AF16 (or 0xA3AF16) is known color: Citrus. HEX triplet: A3, AF and 16. RGB value is (163,175,22). Sum of RGB (Red+Green+Blue) = 163+175+22=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AF16 is #5C50E9. Grayscale: #9A9A9A. Windows color (decimal): -6050026 or 1486755. OLE color: 1486755.
HSL color Cylindrical-coordinate representation of color #A3AF16: hue angle of 64.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3AF16 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 22 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.31 |
| HSL | 64.71º | 0.78% | 0.39% | - |
| HSV(B) | 64.71º | 0.87% | 0.69% | - |
| XYZ | 30.58 | 38.5 | 6.58 | - |
| YUV | 153.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 22 | 0.07 | 0 | 0.87 | 0.31 | 64.71 | 0.78 | 0.39 |
| Hex | A3 | AF | 16 | 7 | 0 | 57 | 1F | 41 | 4E | 27 |
| Octal | 243 | 257 | 26 | 7 | 0 | 127 | 37 | 101 | 116 | 47 |
| Binary | 10100011 | 10101111 | 10110 | 111 | 0 | 1010111 | 11111 | 1000001 | 1001110 | 100111 |
Color Harmonies of #A3AF16
Complementary color
Monochromatic Colors of #A3AF16
Black with #A3AF16
Text Example
Text Example
White with #A3AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF16; }
p { color: rgb(163,175,22); }
H1.HeaderClassName
{
color: #A3AF16;
}
.AnyTagClassName
{
color: #A3AF16;
}
</style>
background-color css
<style>
a { background-color: #A3AF16; }
a { background-color: rgb(163,175,22); }
div.DivClassName
{
background-color: #A3AF16;
}
.BgClassName
{
background-color: #A3AF16;
}
</style>
border-color css
<style>
span { border-color: #A3AF16; }
span { border-color: rgb(163,175,22); }
td.TdClassName
{
border-color: #A3AF16;
}
.TagClassName
{
border-color: #A3AF16;
}
</style>