Shades of Citrus #A1A100
Tints of Citrus #A1A100
RGB
CMYK
RGB Variations
Color information
#A1A100 (or 0xA1A100) is known color: Citrus. HEX triplet: A1, A1 and 00. RGB value is (161,161,0). Sum of RGB (Red+Green+Blue) = 161+161+0=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A100 is #5E5EFF. Grayscale: #8F8F8F. Windows color (decimal): -6184704 or 41377. OLE color: 41377.
HSL color Cylindrical-coordinate representation of color #A1A100: hue angle of 60º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1A100 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.37 |
| HSL | 60º | 1% | 0.32% | - |
| HSV(B) | 60º | 1% | 0.63% | - |
| XYZ | 27.44 | 33.07 | 4.94 | - |
| YUV | 142.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 0 | 0 | 0 | 1 | 0.37 | 60 | 1 | 0.32 |
| Hex | A1 | A1 | 0 | 0 | 0 | 64 | 25 | 3C | 64 | 20 |
| Octal | 241 | 241 | 0 | 0 | 0 | 144 | 45 | 74 | 144 | 40 |
| Binary | 10100001 | 10100001 | 0 | 0 | 0 | 1100100 | 100101 | 111100 | 1100100 | 100000 |
Color Harmonies of #A1A100
Complementary color
Monochromatic Colors of #A1A100
Black with #A1A100
Text Example
Text Example
White with #A1A100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A100; }
p { color: rgb(161,161,0); }
H1.HeaderClassName
{
color: #A1A100;
}
.AnyTagClassName
{
color: #A1A100;
}
</style>
background-color css
<style>
a { background-color: #A1A100; }
a { background-color: rgb(161,161,0); }
div.DivClassName
{
background-color: #A1A100;
}
.BgClassName
{
background-color: #A1A100;
}
</style>
border-color css
<style>
span { border-color: #A1A100; }
span { border-color: rgb(161,161,0); }
td.TdClassName
{
border-color: #A1A100;
}
.TagClassName
{
border-color: #A1A100;
}
</style>