Shades of Citrus #A3AA14
Tints of Citrus #A3AA14
RGB
CMYK
RGB Variations
Color information
#A3AA14 (or 0xA3AA14) is known color: Citrus. HEX triplet: A3, AA and 14. RGB value is (163,170,20). Sum of RGB (Red+Green+Blue) = 163+170+20=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AA14 is #5C55EB. Grayscale: #979797. Windows color (decimal): -6051308 or 1354403. OLE color: 1354403.
HSL color Cylindrical-coordinate representation of color #A3AA14: hue angle of 62.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3AA14 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 20 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.33 |
| HSL | 62.8º | 0.79% | 0.37% | - |
| HSV(B) | 62.8º | 0.88% | 0.67% | - |
| XYZ | 29.61 | 36.59 | 6.16 | - |
| YUV | 150.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 20 | 0.04 | 0 | 0.88 | 0.33 | 62.8 | 0.79 | 0.37 |
| Hex | A3 | AA | 14 | 4 | 0 | 58 | 21 | 3F | 4F | 25 |
| Octal | 243 | 252 | 24 | 4 | 0 | 130 | 41 | 77 | 117 | 45 |
| Binary | 10100011 | 10101010 | 10100 | 100 | 0 | 1011000 | 100001 | 111111 | 1001111 | 100101 |
Color Harmonies of #A3AA14
Complementary color
Monochromatic Colors of #A3AA14
Black with #A3AA14
Text Example
Text Example
White with #A3AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA14; }
p { color: rgb(163,170,20); }
H1.HeaderClassName
{
color: #A3AA14;
}
.AnyTagClassName
{
color: #A3AA14;
}
</style>
background-color css
<style>
a { background-color: #A3AA14; }
a { background-color: rgb(163,170,20); }
div.DivClassName
{
background-color: #A3AA14;
}
.BgClassName
{
background-color: #A3AA14;
}
</style>
border-color css
<style>
span { border-color: #A3AA14; }
span { border-color: rgb(163,170,20); }
td.TdClassName
{
border-color: #A3AA14;
}
.TagClassName
{
border-color: #A3AA14;
}
</style>