Shades of Citrus #A0AC12
Tints of Citrus #A0AC12
RGB
CMYK
RGB Variations
Color information
#A0AC12 (or 0xA0AC12) is known color: Citrus. HEX triplet: A0, AC and 12. RGB value is (160,172,18). Sum of RGB (Red+Green+Blue) = 160+172+18=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC12 is #5F53ED. Grayscale: #979797. Windows color (decimal): -6247406 or 1223840. OLE color: 1223840.
HSL color Cylindrical-coordinate representation of color #A0AC12: hue angle of 64.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0AC12 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.33 |
| HSL | 64.68º | 0.81% | 0.37% | - |
| HSV(B) | 64.68º | 0.9% | 0.67% | - |
| XYZ | 29.36 | 37.02 | 6.17 | - |
| YUV | 150.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 18 | 0.07 | 0 | 0.90 | 0.33 | 64.68 | 0.81 | 0.37 |
| Hex | A0 | AC | 12 | 7 | 0 | 5A | 21 | 41 | 51 | 25 |
| Octal | 240 | 254 | 22 | 7 | 0 | 132 | 41 | 101 | 121 | 45 |
| Binary | 10100000 | 10101100 | 10010 | 111 | 0 | 1011010 | 100001 | 1000001 | 1010001 | 100101 |
Color Harmonies of #A0AC12
Complementary color
Monochromatic Colors of #A0AC12
Black with #A0AC12
Text Example
Text Example
White with #A0AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC12; }
p { color: rgb(160,172,18); }
H1.HeaderClassName
{
color: #A0AC12;
}
.AnyTagClassName
{
color: #A0AC12;
}
</style>
background-color css
<style>
a { background-color: #A0AC12; }
a { background-color: rgb(160,172,18); }
div.DivClassName
{
background-color: #A0AC12;
}
.BgClassName
{
background-color: #A0AC12;
}
</style>
border-color css
<style>
span { border-color: #A0AC12; }
span { border-color: rgb(160,172,18); }
td.TdClassName
{
border-color: #A0AC12;
}
.TagClassName
{
border-color: #A0AC12;
}
</style>