Shades of Citron #A0A334
Tints of Citron #A0A334
RGB
CMYK
RGB Variations
Color information
#A0A334 (or 0xA0A334) is known color: Citron. HEX triplet: A0, A3 and 34. RGB value is (160,163,52). Sum of RGB (Red+Green+Blue) = 160+163+52=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A334 is #5F5CCB. Grayscale: #959595. Windows color (decimal): -6249676 or 3449760. OLE color: 3449760.
HSL color Cylindrical-coordinate representation of color #A0A334: hue angle of 61.62º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0A334 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 52 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.36 |
| HSL | 61.62º | 0.52% | 0.42% | - |
| HSV(B) | 61.62º | 0.68% | 0.64% | - |
| XYZ | 28.21 | 33.92 | 8.31 | - |
| YUV | 149.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 52 | 0.02 | 0 | 0.68 | 0.36 | 61.62 | 0.52 | 0.42 |
| Hex | A0 | A3 | 34 | 2 | 0 | 44 | 24 | 3E | 34 | 2A |
| Octal | 240 | 243 | 64 | 2 | 0 | 104 | 44 | 76 | 64 | 52 |
| Binary | 10100000 | 10100011 | 110100 | 10 | 0 | 1000100 | 100100 | 111110 | 110100 | 101010 |
Color Harmonies of #A0A334
Complementary color
Monochromatic Colors of #A0A334
Black with #A0A334
Text Example
Text Example
White with #A0A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A334; }
p { color: rgb(160,163,52); }
H1.HeaderClassName
{
color: #A0A334;
}
.AnyTagClassName
{
color: #A0A334;
}
</style>
background-color css
<style>
a { background-color: #A0A334; }
a { background-color: rgb(160,163,52); }
div.DivClassName
{
background-color: #A0A334;
}
.BgClassName
{
background-color: #A0A334;
}
</style>
border-color css
<style>
span { border-color: #A0A334; }
span { border-color: rgb(160,163,52); }
td.TdClassName
{
border-color: #A0A334;
}
.TagClassName
{
border-color: #A0A334;
}
</style>