Shades of Citrus #A0A711
Tints of Citrus #A0A711
RGB
CMYK
RGB Variations
Color information
#A0A711 (or 0xA0A711) is known color: Citrus. HEX triplet: A0, A7 and 11. RGB value is (160,167,17). Sum of RGB (Red+Green+Blue) = 160+167+17=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A711 is #5F58EE. Grayscale: #949494. Windows color (decimal): -6248687 or 1157024. OLE color: 1157024.
HSL color Cylindrical-coordinate representation of color #A0A711: hue angle of 62.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0A711 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 17 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.35 |
| HSL | 62.8º | 0.82% | 0.36% | - |
| HSV(B) | 62.8º | 0.9% | 0.65% | - |
| XYZ | 28.42 | 35.15 | 5.82 | - |
| YUV | 147.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 17 | 0.04 | 0 | 0.90 | 0.35 | 62.8 | 0.82 | 0.36 |
| Hex | A0 | A7 | 11 | 4 | 0 | 5A | 23 | 3F | 52 | 24 |
| Octal | 240 | 247 | 21 | 4 | 0 | 132 | 43 | 77 | 122 | 44 |
| Binary | 10100000 | 10100111 | 10001 | 100 | 0 | 1011010 | 100011 | 111111 | 1010010 | 100100 |
Color Harmonies of #A0A711
Complementary color
Monochromatic Colors of #A0A711
Black with #A0A711
Text Example
Text Example
White with #A0A711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A711; }
p { color: rgb(160,167,17); }
H1.HeaderClassName
{
color: #A0A711;
}
.AnyTagClassName
{
color: #A0A711;
}
</style>
background-color css
<style>
a { background-color: #A0A711; }
a { background-color: rgb(160,167,17); }
div.DivClassName
{
background-color: #A0A711;
}
.BgClassName
{
background-color: #A0A711;
}
</style>
border-color css
<style>
span { border-color: #A0A711; }
span { border-color: rgb(160,167,17); }
td.TdClassName
{
border-color: #A0A711;
}
.TagClassName
{
border-color: #A0A711;
}
</style>