Shades of Citrus #A1AA02
Tints of Citrus #A1AA02
RGB
CMYK
RGB Variations
Color information
#A1AA02 (or 0xA1AA02) is known color: Citrus. HEX triplet: A1, AA and 02. RGB value is (161,170,2). Sum of RGB (Red+Green+Blue) = 161+170+2=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA02 is #5E55FD. Grayscale: #949494. Windows color (decimal): -6182398 or 174753. OLE color: 174753.
HSL color Cylindrical-coordinate representation of color #A1AA02: hue angle of 63.21º degrees, saturation: 0.98, 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 #A1AA02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.33 |
| HSL | 63.21º | 0.98% | 0.34% | - |
| HSV(B) | 63.21º | 0.99% | 0.67% | - |
| XYZ | 29.08 | 36.33 | 5.54 | - |
| YUV | 148.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 2 | 0.05 | 0 | 0.99 | 0.33 | 63.21 | 0.98 | 0.34 |
| Hex | A1 | AA | 2 | 5 | 0 | 63 | 21 | 3F | 62 | 22 |
| Octal | 241 | 252 | 2 | 5 | 0 | 143 | 41 | 77 | 142 | 42 |
| Binary | 10100001 | 10101010 | 10 | 101 | 0 | 1100011 | 100001 | 111111 | 1100010 | 100010 |
Color Harmonies of #A1AA02
Complementary color
Monochromatic Colors of #A1AA02
Black with #A1AA02
Text Example
Text Example
White with #A1AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA02; }
p { color: rgb(161,170,2); }
H1.HeaderClassName
{
color: #A1AA02;
}
.AnyTagClassName
{
color: #A1AA02;
}
</style>
background-color css
<style>
a { background-color: #A1AA02; }
a { background-color: rgb(161,170,2); }
div.DivClassName
{
background-color: #A1AA02;
}
.BgClassName
{
background-color: #A1AA02;
}
</style>
border-color css
<style>
span { border-color: #A1AA02; }
span { border-color: rgb(161,170,2); }
td.TdClassName
{
border-color: #A1AA02;
}
.TagClassName
{
border-color: #A1AA02;
}
</style>