Shades of Citron #A0A32D
Tints of Citron #A0A32D
RGB
CMYK
RGB Variations
Color information
#A0A32D (or 0xA0A32D) is known color: Citron. HEX triplet: A0, A3 and 2D. RGB value is (160,163,45). Sum of RGB (Red+Green+Blue) = 160+163+45=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A32D is #5F5CD2. Grayscale: #959595. Windows color (decimal): -6249683 or 2991008. OLE color: 2991008.
HSL color Cylindrical-coordinate representation of color #A0A32D: hue angle of 61.53º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0A32D is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 45 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.36 |
| HSL | 61.53º | 0.57% | 0.41% | - |
| HSV(B) | 61.53º | 0.72% | 0.64% | - |
| XYZ | 28.07 | 33.86 | 7.54 | - |
| YUV | 148.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 45 | 0.02 | 0 | 0.72 | 0.36 | 61.53 | 0.57 | 0.41 |
| Hex | A0 | A3 | 2D | 2 | 0 | 48 | 24 | 3E | 39 | 29 |
| Octal | 240 | 243 | 55 | 2 | 0 | 110 | 44 | 76 | 71 | 51 |
| Binary | 10100000 | 10100011 | 101101 | 10 | 0 | 1001000 | 100100 | 111110 | 111001 | 101001 |
Color Harmonies of #A0A32D
Complementary color
Monochromatic Colors of #A0A32D
Black with #A0A32D
Text Example
Text Example
White with #A0A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A32D; }
p { color: rgb(160,163,45); }
H1.HeaderClassName
{
color: #A0A32D;
}
.AnyTagClassName
{
color: #A0A32D;
}
</style>
background-color css
<style>
a { background-color: #A0A32D; }
a { background-color: rgb(160,163,45); }
div.DivClassName
{
background-color: #A0A32D;
}
.BgClassName
{
background-color: #A0A32D;
}
</style>
border-color css
<style>
span { border-color: #A0A32D; }
span { border-color: rgb(160,163,45); }
td.TdClassName
{
border-color: #A0A32D;
}
.TagClassName
{
border-color: #A0A32D;
}
</style>