Shades of Citron #A0A632
Tints of Citron #A0A632
RGB
CMYK
RGB Variations
Color information
#A0A632 (or 0xA0A632) is known color: Citron. HEX triplet: A0, A6 and 32. RGB value is (160,166,50). Sum of RGB (Red+Green+Blue) = 160+166+50=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A632 is #5F59CD. Grayscale: #979797. Windows color (decimal): -6248910 or 3319456. OLE color: 3319456.
HSL color Cylindrical-coordinate representation of color #A0A632: hue angle of 63.1º 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 #A0A632 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 50 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.35 |
| HSL | 63.1º | 0.54% | 0.42% | - |
| HSV(B) | 63.1º | 0.7% | 0.65% | - |
| XYZ | 28.71 | 34.98 | 8.26 | - |
| YUV | 150.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 50 | 0.04 | 0 | 0.70 | 0.35 | 63.1 | 0.54 | 0.42 |
| Hex | A0 | A6 | 32 | 4 | 0 | 46 | 23 | 3F | 36 | 2A |
| Octal | 240 | 246 | 62 | 4 | 0 | 106 | 43 | 77 | 66 | 52 |
| Binary | 10100000 | 10100110 | 110010 | 100 | 0 | 1000110 | 100011 | 111111 | 110110 | 101010 |
Color Harmonies of #A0A632
Complementary color
Monochromatic Colors of #A0A632
Black with #A0A632
Text Example
Text Example
White with #A0A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A632; }
p { color: rgb(160,166,50); }
H1.HeaderClassName
{
color: #A0A632;
}
.AnyTagClassName
{
color: #A0A632;
}
</style>
background-color css
<style>
a { background-color: #A0A632; }
a { background-color: rgb(160,166,50); }
div.DivClassName
{
background-color: #A0A632;
}
.BgClassName
{
background-color: #A0A632;
}
</style>
border-color css
<style>
span { border-color: #A0A632; }
span { border-color: rgb(160,166,50); }
td.TdClassName
{
border-color: #A0A632;
}
.TagClassName
{
border-color: #A0A632;
}
</style>