Shades of Citrus #A1A60A
Tints of Citrus #A1A60A
RGB
CMYK
RGB Variations
Color information
#A1A60A (or 0xA1A60A) is known color: Citrus. HEX triplet: A1, A6 and 0A. RGB value is (161,166,10). Sum of RGB (Red+Green+Blue) = 161+166+10=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A60A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A60A is #5E59F5. Grayscale: #939393. Windows color (decimal): -6183414 or 698017. OLE color: 698017.
HSL color Cylindrical-coordinate representation of color #A1A60A: hue angle of 61.92º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1A60A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 10 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.35 |
| HSL | 61.92º | 0.89% | 0.35% | - |
| HSV(B) | 61.92º | 0.94% | 0.65% | - |
| XYZ | 28.39 | 34.87 | 5.52 | - |
| YUV | 146.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 10 | 0.03 | 0 | 0.94 | 0.35 | 61.92 | 0.89 | 0.35 |
| Hex | A1 | A6 | A | 3 | 0 | 5E | 23 | 3E | 59 | 23 |
| Octal | 241 | 246 | 12 | 3 | 0 | 136 | 43 | 76 | 131 | 43 |
| Binary | 10100001 | 10100110 | 1010 | 11 | 0 | 1011110 | 100011 | 111110 | 1011001 | 100011 |
Color Harmonies of #A1A60A
Complementary color
Monochromatic Colors of #A1A60A
Black with #A1A60A
Text Example
Text Example
White with #A1A60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A60A; }
p { color: rgb(161,166,10); }
H1.HeaderClassName
{
color: #A1A60A;
}
.AnyTagClassName
{
color: #A1A60A;
}
</style>
background-color css
<style>
a { background-color: #A1A60A; }
a { background-color: rgb(161,166,10); }
div.DivClassName
{
background-color: #A1A60A;
}
.BgClassName
{
background-color: #A1A60A;
}
</style>
border-color css
<style>
span { border-color: #A1A60A; }
span { border-color: rgb(161,166,10); }
td.TdClassName
{
border-color: #A1A60A;
}
.TagClassName
{
border-color: #A1A60A;
}
</style>