Shades of Citrus #A1A40A
Tints of Citrus #A1A40A
RGB
CMYK
RGB Variations
Color information
#A1A40A (or 0xA1A40A) is known color: Citrus. HEX triplet: A1, A4 and 0A. RGB value is (161,164,10). Sum of RGB (Red+Green+Blue) = 161+164+10=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A40A is #5E5BF5. Grayscale: #929292. Windows color (decimal): -6183926 or 697505. OLE color: 697505.
HSL color Cylindrical-coordinate representation of color #A1A40A: hue angle of 61.17º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1A40A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 10 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.36 |
| HSL | 61.17º | 0.89% | 0.34% | - |
| HSV(B) | 61.17º | 0.94% | 0.64% | - |
| XYZ | 28.03 | 34.15 | 5.4 | - |
| YUV | 145.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 10 | 0.02 | 0 | 0.94 | 0.36 | 61.17 | 0.89 | 0.34 |
| Hex | A1 | A4 | A | 2 | 0 | 5E | 24 | 3D | 59 | 22 |
| Octal | 241 | 244 | 12 | 2 | 0 | 136 | 44 | 75 | 131 | 42 |
| Binary | 10100001 | 10100100 | 1010 | 10 | 0 | 1011110 | 100100 | 111101 | 1011001 | 100010 |
Color Harmonies of #A1A40A
Complementary color
Monochromatic Colors of #A1A40A
Black with #A1A40A
Text Example
Text Example
White with #A1A40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A40A; }
p { color: rgb(161,164,10); }
H1.HeaderClassName
{
color: #A1A40A;
}
.AnyTagClassName
{
color: #A1A40A;
}
</style>
background-color css
<style>
a { background-color: #A1A40A; }
a { background-color: rgb(161,164,10); }
div.DivClassName
{
background-color: #A1A40A;
}
.BgClassName
{
background-color: #A1A40A;
}
</style>
border-color css
<style>
span { border-color: #A1A40A; }
span { border-color: rgb(161,164,10); }
td.TdClassName
{
border-color: #A1A40A;
}
.TagClassName
{
border-color: #A1A40A;
}
</style>