Shades of Citrus #A1A20A
Tints of Citrus #A1A20A
RGB
CMYK
RGB Variations
Color information
#A1A20A (or 0xA1A20A) is known color: Citrus. HEX triplet: A1, A2 and 0A. RGB value is (161,162,10). Sum of RGB (Red+Green+Blue) = 161+162+10=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A20A is #5E5DF5. Grayscale: #909090. Windows color (decimal): -6184438 or 696993. OLE color: 696993.
HSL color Cylindrical-coordinate representation of color #A1A20A: hue angle of 60.39º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1A20A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 10 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.36 |
| HSL | 60.39º | 0.88% | 0.34% | - |
| HSV(B) | 60.39º | 0.94% | 0.64% | - |
| XYZ | 27.67 | 33.44 | 5.28 | - |
| YUV | 144.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 10 | 0.01 | 0 | 0.94 | 0.36 | 60.39 | 0.88 | 0.34 |
| Hex | A1 | A2 | A | 1 | 0 | 5E | 24 | 3C | 58 | 22 |
| Octal | 241 | 242 | 12 | 1 | 0 | 136 | 44 | 74 | 130 | 42 |
| Binary | 10100001 | 10100010 | 1010 | 1 | 0 | 1011110 | 100100 | 111100 | 1011000 | 100010 |
Color Harmonies of #A1A20A
Complementary color
Monochromatic Colors of #A1A20A
Black with #A1A20A
Text Example
Text Example
White with #A1A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A20A; }
p { color: rgb(161,162,10); }
H1.HeaderClassName
{
color: #A1A20A;
}
.AnyTagClassName
{
color: #A1A20A;
}
</style>
background-color css
<style>
a { background-color: #A1A20A; }
a { background-color: rgb(161,162,10); }
div.DivClassName
{
background-color: #A1A20A;
}
.BgClassName
{
background-color: #A1A20A;
}
</style>
border-color css
<style>
span { border-color: #A1A20A; }
span { border-color: rgb(161,162,10); }
td.TdClassName
{
border-color: #A1A20A;
}
.TagClassName
{
border-color: #A1A20A;
}
</style>