Shades of Citrus #A1A90E
Tints of Citrus #A1A90E
RGB
CMYK
RGB Variations
Color information
#A1A90E (or 0xA1A90E) is known color: Citrus. HEX triplet: A1, A9 and 0E. RGB value is (161,169,14). Sum of RGB (Red+Green+Blue) = 161+169+14=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A90E is #5E56F1. Grayscale: #959595. Windows color (decimal): -6182642 or 960929. OLE color: 960929.
HSL color Cylindrical-coordinate representation of color #A1A90E: hue angle of 63.1º 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 #A1A90E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 14 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.34 |
| HSL | 63.1º | 0.85% | 0.36% | - |
| HSV(B) | 63.1º | 0.92% | 0.66% | - |
| XYZ | 28.97 | 35.98 | 5.83 | - |
| YUV | 148.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 14 | 0.05 | 0 | 0.92 | 0.34 | 63.1 | 0.85 | 0.36 |
| Hex | A1 | A9 | E | 5 | 0 | 5C | 22 | 3F | 55 | 24 |
| Octal | 241 | 251 | 16 | 5 | 0 | 134 | 42 | 77 | 125 | 44 |
| Binary | 10100001 | 10101001 | 1110 | 101 | 0 | 1011100 | 100010 | 111111 | 1010101 | 100100 |
Color Harmonies of #A1A90E
Complementary color
Monochromatic Colors of #A1A90E
Black with #A1A90E
Text Example
Text Example
White with #A1A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A90E; }
p { color: rgb(161,169,14); }
H1.HeaderClassName
{
color: #A1A90E;
}
.AnyTagClassName
{
color: #A1A90E;
}
</style>
background-color css
<style>
a { background-color: #A1A90E; }
a { background-color: rgb(161,169,14); }
div.DivClassName
{
background-color: #A1A90E;
}
.BgClassName
{
background-color: #A1A90E;
}
</style>
border-color css
<style>
span { border-color: #A1A90E; }
span { border-color: rgb(161,169,14); }
td.TdClassName
{
border-color: #A1A90E;
}
.TagClassName
{
border-color: #A1A90E;
}
</style>