Shades of Citron #A0A42D
Tints of Citron #A0A42D
RGB
CMYK
RGB Variations
Color information
#A0A42D (or 0xA0A42D) is known color: Citron. HEX triplet: A0, A4 and 2D. RGB value is (160,164,45). Sum of RGB (Red+Green+Blue) = 160+164+45=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A42D is #5F5BD2. Grayscale: #959595. Windows color (decimal): -6249427 or 2991264. OLE color: 2991264.
HSL color Cylindrical-coordinate representation of color #A0A42D: hue angle of 62.02º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0A42D is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 45 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.36 |
| HSL | 62.02º | 0.57% | 0.41% | - |
| HSV(B) | 62.02º | 0.73% | 0.64% | - |
| XYZ | 28.25 | 34.21 | 7.6 | - |
| YUV | 149.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 45 | 0.02 | 0 | 0.73 | 0.36 | 62.02 | 0.57 | 0.41 |
| Hex | A0 | A4 | 2D | 2 | 0 | 49 | 24 | 3E | 39 | 29 |
| Octal | 240 | 244 | 55 | 2 | 0 | 111 | 44 | 76 | 71 | 51 |
| Binary | 10100000 | 10100100 | 101101 | 10 | 0 | 1001001 | 100100 | 111110 | 111001 | 101001 |
Color Harmonies of #A0A42D
Complementary color
Monochromatic Colors of #A0A42D
Black with #A0A42D
Text Example
Text Example
White with #A0A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A42D; }
p { color: rgb(160,164,45); }
H1.HeaderClassName
{
color: #A0A42D;
}
.AnyTagClassName
{
color: #A0A42D;
}
</style>
background-color css
<style>
a { background-color: #A0A42D; }
a { background-color: rgb(160,164,45); }
div.DivClassName
{
background-color: #A0A42D;
}
.BgClassName
{
background-color: #A0A42D;
}
</style>
border-color css
<style>
span { border-color: #A0A42D; }
span { border-color: rgb(160,164,45); }
td.TdClassName
{
border-color: #A0A42D;
}
.TagClassName
{
border-color: #A0A42D;
}
</style>