Shades of Citrus #A0A601
Tints of Citrus #A0A601
RGB
CMYK
RGB Variations
Color information
#A0A601 (or 0xA0A601) is known color: Citrus. HEX triplet: A0, A6 and 01. RGB value is (160,166,1). Sum of RGB (Red+Green+Blue) = 160+166+1=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A601 is #5F59FE. Grayscale: #929292. Windows color (decimal): -6248959 or 108192. OLE color: 108192.
HSL color Cylindrical-coordinate representation of color #A0A601: hue angle of 62.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0A601 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.35 |
| HSL | 62.18º | 0.99% | 0.33% | - |
| HSV(B) | 62.18º | 0.99% | 0.65% | - |
| XYZ | 28.14 | 34.75 | 5.25 | - |
| YUV | 145.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 1 | 0.04 | 0 | 0.99 | 0.35 | 62.18 | 0.99 | 0.33 |
| Hex | A0 | A6 | 1 | 4 | 0 | 63 | 23 | 3E | 63 | 21 |
| Octal | 240 | 246 | 1 | 4 | 0 | 143 | 43 | 76 | 143 | 41 |
| Binary | 10100000 | 10100110 | 1 | 100 | 0 | 1100011 | 100011 | 111110 | 1100011 | 100001 |
Color Harmonies of #A0A601
Complementary color
Monochromatic Colors of #A0A601
Black with #A0A601
Text Example
Text Example
White with #A0A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A601; }
p { color: rgb(160,166,1); }
H1.HeaderClassName
{
color: #A0A601;
}
.AnyTagClassName
{
color: #A0A601;
}
</style>
background-color css
<style>
a { background-color: #A0A601; }
a { background-color: rgb(160,166,1); }
div.DivClassName
{
background-color: #A0A601;
}
.BgClassName
{
background-color: #A0A601;
}
</style>
border-color css
<style>
span { border-color: #A0A601; }
span { border-color: rgb(160,166,1); }
td.TdClassName
{
border-color: #A0A601;
}
.TagClassName
{
border-color: #A0A601;
}
</style>