Shades of Citrus #A6AA05
Tints of Citrus #A6AA05
RGB
CMYK
RGB Variations
Color information
#A6AA05 (or 0xA6AA05) is known color: Citrus. HEX triplet: A6, AA and 05. RGB value is (166,170,5). Sum of RGB (Red+Green+Blue) = 166+170+5=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA05 is #5955FA. Grayscale: #969696. Windows color (decimal): -5854715 or 371366. OLE color: 371366.
HSL color Cylindrical-coordinate representation of color #A6AA05: hue angle of 61.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6AA05 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.33 |
| HSL | 61.45º | 0.94% | 0.34% | - |
| HSV(B) | 61.45º | 0.97% | 0.67% | - |
| XYZ | 30.13 | 36.87 | 5.67 | - |
| YUV | 149.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 5 | 0.02 | 0 | 0.97 | 0.33 | 61.45 | 0.94 | 0.34 |
| Hex | A6 | AA | 5 | 2 | 0 | 61 | 21 | 3D | 5E | 22 |
| Octal | 246 | 252 | 5 | 2 | 0 | 141 | 41 | 75 | 136 | 42 |
| Binary | 10100110 | 10101010 | 101 | 10 | 0 | 1100001 | 100001 | 111101 | 1011110 | 100010 |
Color Harmonies of #A6AA05
Complementary color
Monochromatic Colors of #A6AA05
Black with #A6AA05
Text Example
Text Example
White with #A6AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA05; }
p { color: rgb(166,170,5); }
H1.HeaderClassName
{
color: #A6AA05;
}
.AnyTagClassName
{
color: #A6AA05;
}
</style>
background-color css
<style>
a { background-color: #A6AA05; }
a { background-color: rgb(166,170,5); }
div.DivClassName
{
background-color: #A6AA05;
}
.BgClassName
{
background-color: #A6AA05;
}
</style>
border-color css
<style>
span { border-color: #A6AA05; }
span { border-color: rgb(166,170,5); }
td.TdClassName
{
border-color: #A6AA05;
}
.TagClassName
{
border-color: #A6AA05;
}
</style>