Shades of Citrus #A0A819
Tints of Citrus #A0A819
RGB
CMYK
RGB Variations
Color information
#A0A819 (or 0xA0A819) is known color: Citrus. HEX triplet: A0, A8 and 19. RGB value is (160,168,25). Sum of RGB (Red+Green+Blue) = 160+168+25=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A819 is #5F57E6. Grayscale: #959595. Windows color (decimal): -6248423 or 1681568. OLE color: 1681568.
HSL color Cylindrical-coordinate representation of color #A0A819: hue angle of 63.36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0A819 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 25 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.34 |
| HSL | 63.36º | 0.74% | 0.38% | - |
| HSV(B) | 63.36º | 0.85% | 0.66% | - |
| XYZ | 28.68 | 35.55 | 6.27 | - |
| YUV | 149.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 25 | 0.05 | 0 | 0.85 | 0.34 | 63.36 | 0.74 | 0.38 |
| Hex | A0 | A8 | 19 | 5 | 0 | 55 | 22 | 3F | 4A | 26 |
| Octal | 240 | 250 | 31 | 5 | 0 | 125 | 42 | 77 | 112 | 46 |
| Binary | 10100000 | 10101000 | 11001 | 101 | 0 | 1010101 | 100010 | 111111 | 1001010 | 100110 |
Color Harmonies of #A0A819
Complementary color
Monochromatic Colors of #A0A819
Black with #A0A819
Text Example
Text Example
White with #A0A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A819; }
p { color: rgb(160,168,25); }
H1.HeaderClassName
{
color: #A0A819;
}
.AnyTagClassName
{
color: #A0A819;
}
</style>
background-color css
<style>
a { background-color: #A0A819; }
a { background-color: rgb(160,168,25); }
div.DivClassName
{
background-color: #A0A819;
}
.BgClassName
{
background-color: #A0A819;
}
</style>
border-color css
<style>
span { border-color: #A0A819; }
span { border-color: rgb(160,168,25); }
td.TdClassName
{
border-color: #A0A819;
}
.TagClassName
{
border-color: #A0A819;
}
</style>