Shades of Citrus #A7A90E
Tints of Citrus #A7A90E
RGB
CMYK
RGB Variations
Color information
#A7A90E (or 0xA7A90E) is known color: Citrus. HEX triplet: A7, A9 and 0E. RGB value is (167,169,14). Sum of RGB (Red+Green+Blue) = 167+169+14=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A90E is #5856F1. Grayscale: #979797. Windows color (decimal): -5789426 or 960935. OLE color: 960935.
HSL color Cylindrical-coordinate representation of color #A7A90E: hue angle of 60.77º 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 #A7A90E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 14 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.34 |
| HSL | 60.77º | 0.85% | 0.36% | - |
| HSV(B) | 60.77º | 0.92% | 0.66% | - |
| XYZ | 30.2 | 36.62 | 5.89 | - |
| YUV | 150.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 14 | 0.01 | 0 | 0.92 | 0.34 | 60.77 | 0.85 | 0.36 |
| Hex | A7 | A9 | E | 1 | 0 | 5C | 22 | 3D | 55 | 24 |
| Octal | 247 | 251 | 16 | 1 | 0 | 134 | 42 | 75 | 125 | 44 |
| Binary | 10100111 | 10101001 | 1110 | 1 | 0 | 1011100 | 100010 | 111101 | 1010101 | 100100 |
Color Harmonies of #A7A90E
Complementary color
Monochromatic Colors of #A7A90E
Black with #A7A90E
Text Example
Text Example
White with #A7A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A90E; }
p { color: rgb(167,169,14); }
H1.HeaderClassName
{
color: #A7A90E;
}
.AnyTagClassName
{
color: #A7A90E;
}
</style>
background-color css
<style>
a { background-color: #A7A90E; }
a { background-color: rgb(167,169,14); }
div.DivClassName
{
background-color: #A7A90E;
}
.BgClassName
{
background-color: #A7A90E;
}
</style>
border-color css
<style>
span { border-color: #A7A90E; }
span { border-color: rgb(167,169,14); }
td.TdClassName
{
border-color: #A7A90E;
}
.TagClassName
{
border-color: #A7A90E;
}
</style>