Shades of Citron #A0A032
Tints of Citron #A0A032
RGB
CMYK
RGB Variations
Color information
#A0A032 (or 0xA0A032) is known color: Citron. HEX triplet: A0, A0 and 32. RGB value is (160,160,50). Sum of RGB (Red+Green+Blue) = 160+160+50=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A032 is #5F5FCD. Grayscale: #939393. Windows color (decimal): -6250446 or 3317920. OLE color: 3317920.
HSL color Cylindrical-coordinate representation of color #A0A032: hue angle of 60º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0A032 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 50 | - |
| CMYK | 0 | 0 | 0.69 | 0.37 |
| HSL | 60º | 0.52% | 0.41% | - |
| HSV(B) | 60º | 0.69% | 0.63% | - |
| XYZ | 27.64 | 32.85 | 7.9 | - |
| YUV | 147.46 | 73 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 50 | 0 | 0 | 0.69 | 0.37 | 60 | 0.52 | 0.41 |
| Hex | A0 | A0 | 32 | 0 | 0 | 45 | 25 | 3C | 34 | 29 |
| Octal | 240 | 240 | 62 | 0 | 0 | 105 | 45 | 74 | 64 | 51 |
| Binary | 10100000 | 10100000 | 110010 | 0 | 0 | 1000101 | 100101 | 111100 | 110100 | 101001 |
Color Harmonies of #A0A032
Complementary color
Monochromatic Colors of #A0A032
Black with #A0A032
Text Example
Text Example
White with #A0A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A032; }
p { color: rgb(160,160,50); }
H1.HeaderClassName
{
color: #A0A032;
}
.AnyTagClassName
{
color: #A0A032;
}
</style>
background-color css
<style>
a { background-color: #A0A032; }
a { background-color: rgb(160,160,50); }
div.DivClassName
{
background-color: #A0A032;
}
.BgClassName
{
background-color: #A0A032;
}
</style>
border-color css
<style>
span { border-color: #A0A032; }
span { border-color: rgb(160,160,50); }
td.TdClassName
{
border-color: #A0A032;
}
.TagClassName
{
border-color: #A0A032;
}
</style>