Shades of Citrus #A1AA04
Tints of Citrus #A1AA04
RGB
CMYK
RGB Variations
Color information
#A1AA04 (or 0xA1AA04) is known color: Citrus. HEX triplet: A1, AA and 04. RGB value is (161,170,4). Sum of RGB (Red+Green+Blue) = 161+170+4=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA04 is #5E55FB. Grayscale: #959595. Windows color (decimal): -6182396 or 305825. OLE color: 305825.
HSL color Cylindrical-coordinate representation of color #A1AA04: hue angle of 63.25º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1AA04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.33 |
| HSL | 63.25º | 0.95% | 0.34% | - |
| HSV(B) | 63.25º | 0.98% | 0.67% | - |
| XYZ | 29.09 | 36.34 | 5.59 | - |
| YUV | 148.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 4 | 0.05 | 0 | 0.98 | 0.33 | 63.25 | 0.95 | 0.34 |
| Hex | A1 | AA | 4 | 5 | 0 | 62 | 21 | 3F | 5F | 22 |
| Octal | 241 | 252 | 4 | 5 | 0 | 142 | 41 | 77 | 137 | 42 |
| Binary | 10100001 | 10101010 | 100 | 101 | 0 | 1100010 | 100001 | 111111 | 1011111 | 100010 |
Color Harmonies of #A1AA04
Complementary color
Monochromatic Colors of #A1AA04
Black with #A1AA04
Text Example
Text Example
White with #A1AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA04; }
p { color: rgb(161,170,4); }
H1.HeaderClassName
{
color: #A1AA04;
}
.AnyTagClassName
{
color: #A1AA04;
}
</style>
background-color css
<style>
a { background-color: #A1AA04; }
a { background-color: rgb(161,170,4); }
div.DivClassName
{
background-color: #A1AA04;
}
.BgClassName
{
background-color: #A1AA04;
}
</style>
border-color css
<style>
span { border-color: #A1AA04; }
span { border-color: rgb(161,170,4); }
td.TdClassName
{
border-color: #A1AA04;
}
.TagClassName
{
border-color: #A1AA04;
}
</style>