Shades of Citron #A0A52A
Tints of Citron #A0A52A
RGB
CMYK
RGB Variations
Color information
#A0A52A (or 0xA0A52A) is known color: Citron. HEX triplet: A0, A5 and 2A. RGB value is (160,165,42). Sum of RGB (Red+Green+Blue) = 160+165+42=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A52A is #5F5AD5. Grayscale: #959595. Windows color (decimal): -6249174 or 2794912. OLE color: 2794912.
HSL color Cylindrical-coordinate representation of color #A0A52A: hue angle of 62.44º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0A52A is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 42 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.35 |
| HSL | 62.44º | 0.59% | 0.41% | - |
| HSV(B) | 62.44º | 0.75% | 0.65% | - |
| XYZ | 28.37 | 34.55 | 7.36 | - |
| YUV | 149.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 42 | 0.03 | 0 | 0.75 | 0.35 | 62.44 | 0.59 | 0.41 |
| Hex | A0 | A5 | 2A | 3 | 0 | 4B | 23 | 3E | 3B | 29 |
| Octal | 240 | 245 | 52 | 3 | 0 | 113 | 43 | 76 | 73 | 51 |
| Binary | 10100000 | 10100101 | 101010 | 11 | 0 | 1001011 | 100011 | 111110 | 111011 | 101001 |
Color Harmonies of #A0A52A
Complementary color
Monochromatic Colors of #A0A52A
Black with #A0A52A
Text Example
Text Example
White with #A0A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A52A; }
p { color: rgb(160,165,42); }
H1.HeaderClassName
{
color: #A0A52A;
}
.AnyTagClassName
{
color: #A0A52A;
}
</style>
background-color css
<style>
a { background-color: #A0A52A; }
a { background-color: rgb(160,165,42); }
div.DivClassName
{
background-color: #A0A52A;
}
.BgClassName
{
background-color: #A0A52A;
}
</style>
border-color css
<style>
span { border-color: #A0A52A; }
span { border-color: rgb(160,165,42); }
td.TdClassName
{
border-color: #A0A52A;
}
.TagClassName
{
border-color: #A0A52A;
}
</style>