Shades of Citron #A0A722
Tints of Citron #A0A722
RGB
CMYK
RGB Variations
Color information
#A0A722 (or 0xA0A722) is known color: Citron. HEX triplet: A0, A7 and 22. RGB value is (160,167,34). Sum of RGB (Red+Green+Blue) = 160+167+34=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A722 is #5F58DD. Grayscale: #969696. Windows color (decimal): -6248670 or 2271136. OLE color: 2271136.
HSL color Cylindrical-coordinate representation of color #A0A722: hue angle of 63.16º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0A722 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 34 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.35 |
| HSL | 63.16º | 0.66% | 0.39% | - |
| HSV(B) | 63.16º | 0.8% | 0.65% | - |
| XYZ | 28.6 | 35.23 | 6.81 | - |
| YUV | 149.75 | 62.68 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 34 | 0.04 | 0 | 0.80 | 0.35 | 63.16 | 0.66 | 0.39 |
| Hex | A0 | A7 | 22 | 4 | 0 | 50 | 23 | 3F | 42 | 27 |
| Octal | 240 | 247 | 42 | 4 | 0 | 120 | 43 | 77 | 102 | 47 |
| Binary | 10100000 | 10100111 | 100010 | 100 | 0 | 1010000 | 100011 | 111111 | 1000010 | 100111 |
Color Harmonies of #A0A722
Complementary color
Monochromatic Colors of #A0A722
Black with #A0A722
Text Example
Text Example
White with #A0A722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A722; }
p { color: rgb(160,167,34); }
H1.HeaderClassName
{
color: #A0A722;
}
.AnyTagClassName
{
color: #A0A722;
}
</style>
background-color css
<style>
a { background-color: #A0A722; }
a { background-color: rgb(160,167,34); }
div.DivClassName
{
background-color: #A0A722;
}
.BgClassName
{
background-color: #A0A722;
}
</style>
border-color css
<style>
span { border-color: #A0A722; }
span { border-color: rgb(160,167,34); }
td.TdClassName
{
border-color: #A0A722;
}
.TagClassName
{
border-color: #A0A722;
}
</style>