Shades of Citrus #A0A805
Tints of Citrus #A0A805
RGB
CMYK
RGB Variations
Color information
#A0A805 (or 0xA0A805) is known color: Citrus. HEX triplet: A0, A8 and 05. RGB value is (160,168,5). Sum of RGB (Red+Green+Blue) = 160+168+5=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A805 is #5F57FA. Grayscale: #939393. Windows color (decimal): -6248443 or 370848. OLE color: 370848.
HSL color Cylindrical-coordinate representation of color #A0A805: hue angle of 62.94º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0A805 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.34 |
| HSL | 62.94º | 0.94% | 0.34% | - |
| HSV(B) | 62.94º | 0.97% | 0.66% | - |
| XYZ | 28.53 | 35.49 | 5.49 | - |
| YUV | 147.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 5 | 0.05 | 0 | 0.97 | 0.34 | 62.94 | 0.94 | 0.34 |
| Hex | A0 | A8 | 5 | 5 | 0 | 61 | 22 | 3F | 5E | 22 |
| Octal | 240 | 250 | 5 | 5 | 0 | 141 | 42 | 77 | 136 | 42 |
| Binary | 10100000 | 10101000 | 101 | 101 | 0 | 1100001 | 100010 | 111111 | 1011110 | 100010 |
Color Harmonies of #A0A805
Complementary color
Monochromatic Colors of #A0A805
Black with #A0A805
Text Example
Text Example
White with #A0A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A805; }
p { color: rgb(160,168,5); }
H1.HeaderClassName
{
color: #A0A805;
}
.AnyTagClassName
{
color: #A0A805;
}
</style>
background-color css
<style>
a { background-color: #A0A805; }
a { background-color: rgb(160,168,5); }
div.DivClassName
{
background-color: #A0A805;
}
.BgClassName
{
background-color: #A0A805;
}
</style>
border-color css
<style>
span { border-color: #A0A805; }
span { border-color: rgb(160,168,5); }
td.TdClassName
{
border-color: #A0A805;
}
.TagClassName
{
border-color: #A0A805;
}
</style>