Shades of Citrus #A1AA01
Tints of Citrus #A1AA01
RGB
CMYK
RGB Variations
Color information
#A1AA01 (or 0xA1AA01) is known color: Citrus. HEX triplet: A1, AA and 01. RGB value is (161,170,1). Sum of RGB (Red+Green+Blue) = 161+170+1=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA01 is #5E55FE. Grayscale: #949494. Windows color (decimal): -6182399 or 109217. OLE color: 109217.
HSL color Cylindrical-coordinate representation of color #A1AA01: hue angle of 63.2º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1AA01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.33 |
| HSL | 63.2º | 0.99% | 0.34% | - |
| HSV(B) | 63.2º | 0.99% | 0.67% | - |
| XYZ | 29.08 | 36.33 | 5.51 | - |
| YUV | 148.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 1 | 0.05 | 0 | 0.99 | 0.33 | 63.2 | 0.99 | 0.34 |
| Hex | A1 | AA | 1 | 5 | 0 | 63 | 21 | 3F | 63 | 22 |
| Octal | 241 | 252 | 1 | 5 | 0 | 143 | 41 | 77 | 143 | 42 |
| Binary | 10100001 | 10101010 | 1 | 101 | 0 | 1100011 | 100001 | 111111 | 1100011 | 100010 |
Color Harmonies of #A1AA01
Complementary color
Monochromatic Colors of #A1AA01
Black with #A1AA01
Text Example
Text Example
White with #A1AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA01; }
p { color: rgb(161,170,1); }
H1.HeaderClassName
{
color: #A1AA01;
}
.AnyTagClassName
{
color: #A1AA01;
}
</style>
background-color css
<style>
a { background-color: #A1AA01; }
a { background-color: rgb(161,170,1); }
div.DivClassName
{
background-color: #A1AA01;
}
.BgClassName
{
background-color: #A1AA01;
}
</style>
border-color css
<style>
span { border-color: #A1AA01; }
span { border-color: rgb(161,170,1); }
td.TdClassName
{
border-color: #A1AA01;
}
.TagClassName
{
border-color: #A1AA01;
}
</style>