Shades of Citron #A1A632
Tints of Citron #A1A632
RGB
CMYK
RGB Variations
Color information
#A1A632 (or 0xA1A632) is known color: Citron. HEX triplet: A1, A6 and 32. RGB value is (161,166,50). Sum of RGB (Red+Green+Blue) = 161+166+50=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A632 is #5E59CD. Grayscale: #979797. Windows color (decimal): -6183374 or 3319457. OLE color: 3319457.
HSL color Cylindrical-coordinate representation of color #A1A632: hue angle of 62.59º 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 #A1A632 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 50 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.35 |
| HSL | 62.59º | 0.54% | 0.42% | - |
| HSV(B) | 62.59º | 0.7% | 0.65% | - |
| XYZ | 28.91 | 35.08 | 8.26 | - |
| YUV | 151.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 50 | 0.03 | 0 | 0.70 | 0.35 | 62.59 | 0.54 | 0.42 |
| Hex | A1 | A6 | 32 | 3 | 0 | 46 | 23 | 3F | 36 | 2A |
| Octal | 241 | 246 | 62 | 3 | 0 | 106 | 43 | 77 | 66 | 52 |
| Binary | 10100001 | 10100110 | 110010 | 11 | 0 | 1000110 | 100011 | 111111 | 110110 | 101010 |
Color Harmonies of #A1A632
Complementary color
Monochromatic Colors of #A1A632
Black with #A1A632
Text Example
Text Example
White with #A1A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A632; }
p { color: rgb(161,166,50); }
H1.HeaderClassName
{
color: #A1A632;
}
.AnyTagClassName
{
color: #A1A632;
}
</style>
background-color css
<style>
a { background-color: #A1A632; }
a { background-color: rgb(161,166,50); }
div.DivClassName
{
background-color: #A1A632;
}
.BgClassName
{
background-color: #A1A632;
}
</style>
border-color css
<style>
span { border-color: #A1A632; }
span { border-color: rgb(161,166,50); }
td.TdClassName
{
border-color: #A1A632;
}
.TagClassName
{
border-color: #A1A632;
}
</style>