Shades of Citrus #A4AC14
Tints of Citrus #A4AC14
RGB
CMYK
RGB Variations
Color information
#A4AC14 (or 0xA4AC14) is known color: Citrus. HEX triplet: A4, AC and 14. RGB value is (164,172,20). Sum of RGB (Red+Green+Blue) = 164+172+20=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AC14 is #5B53EB. Grayscale: #989898. Windows color (decimal): -5985260 or 1354916. OLE color: 1354916.
HSL color Cylindrical-coordinate representation of color #A4AC14: hue angle of 63.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4AC14 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 172 | 20 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.33 |
| HSL | 63.16º | 0.79% | 0.38% | - |
| HSV(B) | 63.16º | 0.88% | 0.67% | - |
| XYZ | 30.19 | 37.45 | 6.3 | - |
| YUV | 152.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 20 | 0.05 | 0 | 0.88 | 0.33 | 63.16 | 0.79 | 0.38 |
| Hex | A4 | AC | 14 | 5 | 0 | 58 | 21 | 3F | 4F | 26 |
| Octal | 244 | 254 | 24 | 5 | 0 | 130 | 41 | 77 | 117 | 46 |
| Binary | 10100100 | 10101100 | 10100 | 101 | 0 | 1011000 | 100001 | 111111 | 1001111 | 100110 |
Color Harmonies of #A4AC14
Complementary color
Monochromatic Colors of #A4AC14
Black with #A4AC14
Text Example
Text Example
White with #A4AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AC14; }
p { color: rgb(164,172,20); }
H1.HeaderClassName
{
color: #A4AC14;
}
.AnyTagClassName
{
color: #A4AC14;
}
</style>
background-color css
<style>
a { background-color: #A4AC14; }
a { background-color: rgb(164,172,20); }
div.DivClassName
{
background-color: #A4AC14;
}
.BgClassName
{
background-color: #A4AC14;
}
</style>
border-color css
<style>
span { border-color: #A4AC14; }
span { border-color: rgb(164,172,20); }
td.TdClassName
{
border-color: #A4AC14;
}
.TagClassName
{
border-color: #A4AC14;
}
</style>