Shades of Citrus #A0AA0C
Tints of Citrus #A0AA0C
RGB
CMYK
RGB Variations
Color information
#A0AA0C (or 0xA0AA0C) is known color: Citrus. HEX triplet: A0, AA and 0C. RGB value is (160,170,12). Sum of RGB (Red+Green+Blue) = 160+170+12=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA0C is #5F55F3. Grayscale: #959595. Windows color (decimal): -6247924 or 830112. OLE color: 830112.
HSL color Cylindrical-coordinate representation of color #A0AA0C: hue angle of 63.8º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0AA0C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.33 |
| HSL | 63.8º | 0.87% | 0.36% | - |
| HSV(B) | 63.8º | 0.93% | 0.67% | - |
| XYZ | 28.94 | 36.25 | 5.82 | - |
| YUV | 149 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 12 | 0.06 | 0 | 0.93 | 0.33 | 63.8 | 0.87 | 0.36 |
| Hex | A0 | AA | C | 6 | 0 | 5D | 21 | 40 | 57 | 24 |
| Octal | 240 | 252 | 14 | 6 | 0 | 135 | 41 | 100 | 127 | 44 |
| Binary | 10100000 | 10101010 | 1100 | 110 | 0 | 1011101 | 100001 | 1000000 | 1010111 | 100100 |
Color Harmonies of #A0AA0C
Complementary color
Monochromatic Colors of #A0AA0C
Black with #A0AA0C
Text Example
Text Example
White with #A0AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA0C; }
p { color: rgb(160,170,12); }
H1.HeaderClassName
{
color: #A0AA0C;
}
.AnyTagClassName
{
color: #A0AA0C;
}
</style>
background-color css
<style>
a { background-color: #A0AA0C; }
a { background-color: rgb(160,170,12); }
div.DivClassName
{
background-color: #A0AA0C;
}
.BgClassName
{
background-color: #A0AA0C;
}
</style>
border-color css
<style>
span { border-color: #A0AA0C; }
span { border-color: rgb(160,170,12); }
td.TdClassName
{
border-color: #A0AA0C;
}
.TagClassName
{
border-color: #A0AA0C;
}
</style>