Shades of Citron #A1A62C
Tints of Citron #A1A62C
RGB
CMYK
RGB Variations
Color information
#A1A62C (or 0xA1A62C) is known color: Citron. HEX triplet: A1, A6 and 2C. RGB value is (161,166,44). Sum of RGB (Red+Green+Blue) = 161+166+44=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A62C is #5E59D3. Grayscale: #979797. Windows color (decimal): -6183380 or 2926241. OLE color: 2926241.
HSL color Cylindrical-coordinate representation of color #A1A62C: hue angle of 62.46º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1A62C is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 44 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.35 |
| HSL | 62.46º | 0.58% | 0.41% | - |
| HSV(B) | 62.46º | 0.73% | 0.65% | - |
| XYZ | 28.79 | 35.03 | 7.63 | - |
| YUV | 150.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 44 | 0.03 | 0 | 0.73 | 0.35 | 62.46 | 0.58 | 0.41 |
| Hex | A1 | A6 | 2C | 3 | 0 | 49 | 23 | 3E | 3A | 29 |
| Octal | 241 | 246 | 54 | 3 | 0 | 111 | 43 | 76 | 72 | 51 |
| Binary | 10100001 | 10100110 | 101100 | 11 | 0 | 1001001 | 100011 | 111110 | 111010 | 101001 |
Color Harmonies of #A1A62C
Complementary color
Monochromatic Colors of #A1A62C
Black with #A1A62C
Text Example
Text Example
White with #A1A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A62C; }
p { color: rgb(161,166,44); }
H1.HeaderClassName
{
color: #A1A62C;
}
.AnyTagClassName
{
color: #A1A62C;
}
</style>
background-color css
<style>
a { background-color: #A1A62C; }
a { background-color: rgb(161,166,44); }
div.DivClassName
{
background-color: #A1A62C;
}
.BgClassName
{
background-color: #A1A62C;
}
</style>
border-color css
<style>
span { border-color: #A1A62C; }
span { border-color: rgb(161,166,44); }
td.TdClassName
{
border-color: #A1A62C;
}
.TagClassName
{
border-color: #A1A62C;
}
</style>