Shades of Citrus #A1AC07
Tints of Citrus #A1AC07
RGB
CMYK
RGB Variations
Color information
#A1AC07 (or 0xA1AC07) is known color: Citrus. HEX triplet: A1, AC and 07. RGB value is (161,172,7). Sum of RGB (Red+Green+Blue) = 161+172+7=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AC07 is #5E53F8. Grayscale: #969696. Windows color (decimal): -6181881 or 502945. OLE color: 502945.
HSL color Cylindrical-coordinate representation of color #A1AC07: hue angle of 64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1AC07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.33 |
| HSL | 64º | 0.92% | 0.35% | - |
| HSV(B) | 64º | 0.96% | 0.67% | - |
| XYZ | 29.49 | 37.1 | 5.81 | - |
| YUV | 149.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 7 | 0.06 | 0 | 0.96 | 0.33 | 64 | 0.92 | 0.35 |
| Hex | A1 | AC | 7 | 6 | 0 | 60 | 21 | 40 | 5C | 23 |
| Octal | 241 | 254 | 7 | 6 | 0 | 140 | 41 | 100 | 134 | 43 |
| Binary | 10100001 | 10101100 | 111 | 110 | 0 | 1100000 | 100001 | 1000000 | 1011100 | 100011 |
Color Harmonies of #A1AC07
Complementary color
Monochromatic Colors of #A1AC07
Black with #A1AC07
Text Example
Text Example
White with #A1AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC07; }
p { color: rgb(161,172,7); }
H1.HeaderClassName
{
color: #A1AC07;
}
.AnyTagClassName
{
color: #A1AC07;
}
</style>
background-color css
<style>
a { background-color: #A1AC07; }
a { background-color: rgb(161,172,7); }
div.DivClassName
{
background-color: #A1AC07;
}
.BgClassName
{
background-color: #A1AC07;
}
</style>
border-color css
<style>
span { border-color: #A1AC07; }
span { border-color: rgb(161,172,7); }
td.TdClassName
{
border-color: #A1AC07;
}
.TagClassName
{
border-color: #A1AC07;
}
</style>