Shades of Citrus #A1AC06
Tints of Citrus #A1AC06
RGB
CMYK
RGB Variations
Color information
#A1AC06 (or 0xA1AC06) is known color: Citrus. HEX triplet: A1, AC and 06. RGB value is (161,172,6). Sum of RGB (Red+Green+Blue) = 161+172+6=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AC06 is #5E53F9. Grayscale: #969696. Windows color (decimal): -6181882 or 437409. OLE color: 437409.
HSL color Cylindrical-coordinate representation of color #A1AC06: hue angle of 63.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1AC06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.33 |
| HSL | 63.98º | 0.93% | 0.35% | - |
| HSV(B) | 63.98º | 0.97% | 0.67% | - |
| XYZ | 29.48 | 37.1 | 5.78 | - |
| YUV | 149.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 6 | 0.06 | 0 | 0.97 | 0.33 | 63.98 | 0.93 | 0.35 |
| Hex | A1 | AC | 6 | 6 | 0 | 61 | 21 | 40 | 5D | 23 |
| Octal | 241 | 254 | 6 | 6 | 0 | 141 | 41 | 100 | 135 | 43 |
| Binary | 10100001 | 10101100 | 110 | 110 | 0 | 1100001 | 100001 | 1000000 | 1011101 | 100011 |
Color Harmonies of #A1AC06
Complementary color
Monochromatic Colors of #A1AC06
Black with #A1AC06
Text Example
Text Example
White with #A1AC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC06; }
p { color: rgb(161,172,6); }
H1.HeaderClassName
{
color: #A1AC06;
}
.AnyTagClassName
{
color: #A1AC06;
}
</style>
background-color css
<style>
a { background-color: #A1AC06; }
a { background-color: rgb(161,172,6); }
div.DivClassName
{
background-color: #A1AC06;
}
.BgClassName
{
background-color: #A1AC06;
}
</style>
border-color css
<style>
span { border-color: #A1AC06; }
span { border-color: rgb(161,172,6); }
td.TdClassName
{
border-color: #A1AC06;
}
.TagClassName
{
border-color: #A1AC06;
}
</style>