Shades of Citrus #A1A400
Tints of Citrus #A1A400
RGB
CMYK
RGB Variations
Color information
#A1A400 (or 0xA1A400) is known color: Citrus. HEX triplet: A1, A4 and 00. RGB value is (161,164,0). Sum of RGB (Red+Green+Blue) = 161+164+0=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A400 is #5E5BFF. Grayscale: #919191. Windows color (decimal): -6183936 or 42145. OLE color: 42145.
HSL color Cylindrical-coordinate representation of color #A1A400: hue angle of 61.1º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1A400 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.36 |
| HSL | 61.1º | 1% | 0.32% | - |
| HSV(B) | 61.1º | 1% | 0.64% | - |
| XYZ | 27.97 | 34.13 | 5.11 | - |
| YUV | 144.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 0 | 0.02 | 0 | 1 | 0.36 | 61.1 | 1 | 0.32 |
| Hex | A1 | A4 | 0 | 2 | 0 | 64 | 24 | 3D | 64 | 20 |
| Octal | 241 | 244 | 0 | 2 | 0 | 144 | 44 | 75 | 144 | 40 |
| Binary | 10100001 | 10100100 | 0 | 10 | 0 | 1100100 | 100100 | 111101 | 1100100 | 100000 |
Color Harmonies of #A1A400
Complementary color
Monochromatic Colors of #A1A400
Black with #A1A400
Text Example
Text Example
White with #A1A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A400; }
p { color: rgb(161,164,0); }
H1.HeaderClassName
{
color: #A1A400;
}
.AnyTagClassName
{
color: #A1A400;
}
</style>
background-color css
<style>
a { background-color: #A1A400; }
a { background-color: rgb(161,164,0); }
div.DivClassName
{
background-color: #A1A400;
}
.BgClassName
{
background-color: #A1A400;
}
</style>
border-color css
<style>
span { border-color: #A1A400; }
span { border-color: rgb(161,164,0); }
td.TdClassName
{
border-color: #A1A400;
}
.TagClassName
{
border-color: #A1A400;
}
</style>