Shades of Citrus #A6AA10
Tints of Citrus #A6AA10
RGB
CMYK
RGB Variations
Color information
#A6AA10 (or 0xA6AA10) is known color: Citrus. HEX triplet: A6, AA and 10. RGB value is (166,170,16). Sum of RGB (Red+Green+Blue) = 166+170+16=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA10 is #5955EF. Grayscale: #979797. Windows color (decimal): -5854704 or 1092262. OLE color: 1092262.
HSL color Cylindrical-coordinate representation of color #A6AA10: hue angle of 61.56º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6AA10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.33 |
| HSL | 61.56º | 0.83% | 0.36% | - |
| HSV(B) | 61.56º | 0.91% | 0.67% | - |
| XYZ | 30.19 | 36.89 | 6.02 | - |
| YUV | 151.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 16 | 0.02 | 0 | 0.91 | 0.33 | 61.56 | 0.83 | 0.36 |
| Hex | A6 | AA | 10 | 2 | 0 | 5B | 21 | 3E | 53 | 24 |
| Octal | 246 | 252 | 20 | 2 | 0 | 133 | 41 | 76 | 123 | 44 |
| Binary | 10100110 | 10101010 | 10000 | 10 | 0 | 1011011 | 100001 | 111110 | 1010011 | 100100 |
Color Harmonies of #A6AA10
Complementary color
Monochromatic Colors of #A6AA10
Black with #A6AA10
Text Example
Text Example
White with #A6AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA10; }
p { color: rgb(166,170,16); }
H1.HeaderClassName
{
color: #A6AA10;
}
.AnyTagClassName
{
color: #A6AA10;
}
</style>
background-color css
<style>
a { background-color: #A6AA10; }
a { background-color: rgb(166,170,16); }
div.DivClassName
{
background-color: #A6AA10;
}
.BgClassName
{
background-color: #A6AA10;
}
</style>
border-color css
<style>
span { border-color: #A6AA10; }
span { border-color: rgb(166,170,16); }
td.TdClassName
{
border-color: #A6AA10;
}
.TagClassName
{
border-color: #A6AA10;
}
</style>