Shades of Citrus #A3AF14
Tints of Citrus #A3AF14
RGB
CMYK
RGB Variations
Color information
#A3AF14 (or 0xA3AF14) is known color: Citrus. HEX triplet: A3, AF and 14. RGB value is (163,175,20). Sum of RGB (Red+Green+Blue) = 163+175+20=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AF14 is #5C50EB. Grayscale: #9A9A9A. Windows color (decimal): -6050028 or 1355683. OLE color: 1355683.
HSL color Cylindrical-coordinate representation of color #A3AF14: hue angle of 64.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3AF14 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 20 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.31 |
| HSL | 64.65º | 0.79% | 0.38% | - |
| HSV(B) | 64.65º | 0.89% | 0.69% | - |
| XYZ | 30.56 | 38.5 | 6.48 | - |
| YUV | 153.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 20 | 0.07 | 0 | 0.89 | 0.31 | 64.65 | 0.79 | 0.38 |
| Hex | A3 | AF | 14 | 7 | 0 | 59 | 1F | 41 | 4F | 26 |
| Octal | 243 | 257 | 24 | 7 | 0 | 131 | 37 | 101 | 117 | 46 |
| Binary | 10100011 | 10101111 | 10100 | 111 | 0 | 1011001 | 11111 | 1000001 | 1001111 | 100110 |
Color Harmonies of #A3AF14
Complementary color
Monochromatic Colors of #A3AF14
Black with #A3AF14
Text Example
Text Example
White with #A3AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF14; }
p { color: rgb(163,175,20); }
H1.HeaderClassName
{
color: #A3AF14;
}
.AnyTagClassName
{
color: #A3AF14;
}
</style>
background-color css
<style>
a { background-color: #A3AF14; }
a { background-color: rgb(163,175,20); }
div.DivClassName
{
background-color: #A3AF14;
}
.BgClassName
{
background-color: #A3AF14;
}
</style>
border-color css
<style>
span { border-color: #A3AF14; }
span { border-color: rgb(163,175,20); }
td.TdClassName
{
border-color: #A3AF14;
}
.TagClassName
{
border-color: #A3AF14;
}
</style>