Shades of Citrus #A7A80E
Tints of Citrus #A7A80E
RGB
CMYK
RGB Variations
Color information
#A7A80E (or 0xA7A80E) is known color: Citrus. HEX triplet: A7, A8 and 0E. RGB value is (167,168,14). Sum of RGB (Red+Green+Blue) = 167+168+14=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A80E is #5857F1. Grayscale: #969696. Windows color (decimal): -5789682 or 960679. OLE color: 960679.
HSL color Cylindrical-coordinate representation of color #A7A80E: hue angle of 60.39º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7A80E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 168 | 14 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.34 |
| HSL | 60.39º | 0.85% | 0.36% | - |
| HSV(B) | 60.39º | 0.92% | 0.66% | - |
| XYZ | 30.02 | 36.25 | 5.83 | - |
| YUV | 150.15 | 51.17 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 14 | 0.01 | 0 | 0.92 | 0.34 | 60.39 | 0.85 | 0.36 |
| Hex | A7 | A8 | E | 1 | 0 | 5C | 22 | 3C | 55 | 24 |
| Octal | 247 | 250 | 16 | 1 | 0 | 134 | 42 | 74 | 125 | 44 |
| Binary | 10100111 | 10101000 | 1110 | 1 | 0 | 1011100 | 100010 | 111100 | 1010101 | 100100 |
Color Harmonies of #A7A80E
Complementary color
Monochromatic Colors of #A7A80E
Black with #A7A80E
Text Example
Text Example
White with #A7A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A80E; }
p { color: rgb(167,168,14); }
H1.HeaderClassName
{
color: #A7A80E;
}
.AnyTagClassName
{
color: #A7A80E;
}
</style>
background-color css
<style>
a { background-color: #A7A80E; }
a { background-color: rgb(167,168,14); }
div.DivClassName
{
background-color: #A7A80E;
}
.BgClassName
{
background-color: #A7A80E;
}
</style>
border-color css
<style>
span { border-color: #A7A80E; }
span { border-color: rgb(167,168,14); }
td.TdClassName
{
border-color: #A7A80E;
}
.TagClassName
{
border-color: #A7A80E;
}
</style>