Shades of Citrus #A1AA0E
Tints of Citrus #A1AA0E
RGB
CMYK
RGB Variations
Color information
#A1AA0E (or 0xA1AA0E) is known color: Citrus. HEX triplet: A1, AA and 0E. RGB value is (161,170,14). Sum of RGB (Red+Green+Blue) = 161+170+14=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA0E is #5E55F1. Grayscale: #969696. Windows color (decimal): -6182386 or 961185. OLE color: 961185.
HSL color Cylindrical-coordinate representation of color #A1AA0E: hue angle of 63.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1AA0E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 14 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.33 |
| HSL | 63.46º | 0.85% | 0.36% | - |
| HSV(B) | 63.46º | 0.92% | 0.67% | - |
| XYZ | 29.15 | 36.36 | 5.9 | - |
| YUV | 149.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 14 | 0.05 | 0 | 0.92 | 0.33 | 63.46 | 0.85 | 0.36 |
| Hex | A1 | AA | E | 5 | 0 | 5C | 21 | 3F | 55 | 24 |
| Octal | 241 | 252 | 16 | 5 | 0 | 134 | 41 | 77 | 125 | 44 |
| Binary | 10100001 | 10101010 | 1110 | 101 | 0 | 1011100 | 100001 | 111111 | 1010101 | 100100 |
Color Harmonies of #A1AA0E
Complementary color
Monochromatic Colors of #A1AA0E
Black with #A1AA0E
Text Example
Text Example
White with #A1AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA0E; }
p { color: rgb(161,170,14); }
H1.HeaderClassName
{
color: #A1AA0E;
}
.AnyTagClassName
{
color: #A1AA0E;
}
</style>
background-color css
<style>
a { background-color: #A1AA0E; }
a { background-color: rgb(161,170,14); }
div.DivClassName
{
background-color: #A1AA0E;
}
.BgClassName
{
background-color: #A1AA0E;
}
</style>
border-color css
<style>
span { border-color: #A1AA0E; }
span { border-color: rgb(161,170,14); }
td.TdClassName
{
border-color: #A1AA0E;
}
.TagClassName
{
border-color: #A1AA0E;
}
</style>