Shades of Citron #A1A631
Tints of Citron #A1A631
RGB
CMYK
RGB Variations
Color information
#A1A631 (or 0xA1A631) is known color: Citron. HEX triplet: A1, A6 and 31. RGB value is (161,166,49). Sum of RGB (Red+Green+Blue) = 161+166+49=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A631 is #5E59CE. Grayscale: #979797. Windows color (decimal): -6183375 or 3253921. OLE color: 3253921.
HSL color Cylindrical-coordinate representation of color #A1A631: hue angle of 62.56º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1A631 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 49 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.35 |
| HSL | 62.56º | 0.54% | 0.42% | - |
| HSV(B) | 62.56º | 0.7% | 0.65% | - |
| XYZ | 28.89 | 35.07 | 8.15 | - |
| YUV | 151.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 49 | 0.03 | 0 | 0.70 | 0.35 | 62.56 | 0.54 | 0.42 |
| Hex | A1 | A6 | 31 | 3 | 0 | 46 | 23 | 3F | 36 | 2A |
| Octal | 241 | 246 | 61 | 3 | 0 | 106 | 43 | 77 | 66 | 52 |
| Binary | 10100001 | 10100110 | 110001 | 11 | 0 | 1000110 | 100011 | 111111 | 110110 | 101010 |
Color Harmonies of #A1A631
Complementary color
Monochromatic Colors of #A1A631
Black with #A1A631
Text Example
Text Example
White with #A1A631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A631; }
p { color: rgb(161,166,49); }
H1.HeaderClassName
{
color: #A1A631;
}
.AnyTagClassName
{
color: #A1A631;
}
</style>
background-color css
<style>
a { background-color: #A1A631; }
a { background-color: rgb(161,166,49); }
div.DivClassName
{
background-color: #A1A631;
}
.BgClassName
{
background-color: #A1A631;
}
</style>
border-color css
<style>
span { border-color: #A1A631; }
span { border-color: rgb(161,166,49); }
td.TdClassName
{
border-color: #A1A631;
}
.TagClassName
{
border-color: #A1A631;
}
</style>