Shades of Citrus #A0A717
Tints of Citrus #A0A717
RGB
CMYK
RGB Variations
Color information
#A0A717 (or 0xA0A717) is known color: Citrus. HEX triplet: A0, A7 and 17. RGB value is (160,167,23). Sum of RGB (Red+Green+Blue) = 160+167+23=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A717 is #5F58E8. Grayscale: #959595. Windows color (decimal): -6248681 or 1550240. OLE color: 1550240.
HSL color Cylindrical-coordinate representation of color #A0A717: hue angle of 62.92º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0A717 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 23 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.35 |
| HSL | 62.92º | 0.76% | 0.37% | - |
| HSV(B) | 62.92º | 0.86% | 0.65% | - |
| XYZ | 28.47 | 35.17 | 6.1 | - |
| YUV | 148.49 | 57.18 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 23 | 0.04 | 0 | 0.86 | 0.35 | 62.92 | 0.76 | 0.37 |
| Hex | A0 | A7 | 17 | 4 | 0 | 56 | 23 | 3F | 4C | 25 |
| Octal | 240 | 247 | 27 | 4 | 0 | 126 | 43 | 77 | 114 | 45 |
| Binary | 10100000 | 10100111 | 10111 | 100 | 0 | 1010110 | 100011 | 111111 | 1001100 | 100101 |
Color Harmonies of #A0A717
Complementary color
Monochromatic Colors of #A0A717
Black with #A0A717
Text Example
Text Example
White with #A0A717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A717; }
p { color: rgb(160,167,23); }
H1.HeaderClassName
{
color: #A0A717;
}
.AnyTagClassName
{
color: #A0A717;
}
</style>
background-color css
<style>
a { background-color: #A0A717; }
a { background-color: rgb(160,167,23); }
div.DivClassName
{
background-color: #A0A717;
}
.BgClassName
{
background-color: #A0A717;
}
</style>
border-color css
<style>
span { border-color: #A0A717; }
span { border-color: rgb(160,167,23); }
td.TdClassName
{
border-color: #A0A717;
}
.TagClassName
{
border-color: #A0A717;
}
</style>