Shades of Citron #A0A92A
Tints of Citron #A0A92A
RGB
CMYK
RGB Variations
Color information
#A0A92A (or 0xA0A92A) is known color: Citron. HEX triplet: A0, A9 and 2A. RGB value is (160,169,42). Sum of RGB (Red+Green+Blue) = 160+169+42=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A92A is #5F56D5. Grayscale: #989898. Windows color (decimal): -6248150 or 2795936. OLE color: 2795936.
HSL color Cylindrical-coordinate representation of color #A0A92A: hue angle of 64.25º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0A92A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 42 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.34 |
| HSL | 64.25º | 0.6% | 0.41% | - |
| HSV(B) | 64.25º | 0.75% | 0.66% | - |
| XYZ | 29.1 | 36.02 | 7.61 | - |
| YUV | 151.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 42 | 0.05 | 0 | 0.75 | 0.34 | 64.25 | 0.6 | 0.41 |
| Hex | A0 | A9 | 2A | 5 | 0 | 4B | 22 | 40 | 3C | 29 |
| Octal | 240 | 251 | 52 | 5 | 0 | 113 | 42 | 100 | 74 | 51 |
| Binary | 10100000 | 10101001 | 101010 | 101 | 0 | 1001011 | 100010 | 1000000 | 111100 | 101001 |
Color Harmonies of #A0A92A
Complementary color
Monochromatic Colors of #A0A92A
Black with #A0A92A
Text Example
Text Example
White with #A0A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A92A; }
p { color: rgb(160,169,42); }
H1.HeaderClassName
{
color: #A0A92A;
}
.AnyTagClassName
{
color: #A0A92A;
}
</style>
background-color css
<style>
a { background-color: #A0A92A; }
a { background-color: rgb(160,169,42); }
div.DivClassName
{
background-color: #A0A92A;
}
.BgClassName
{
background-color: #A0A92A;
}
</style>
border-color css
<style>
span { border-color: #A0A92A; }
span { border-color: rgb(160,169,42); }
td.TdClassName
{
border-color: #A0A92A;
}
.TagClassName
{
border-color: #A0A92A;
}
</style>