Shades of Citrus #A6AA0D
Tints of Citrus #A6AA0D
RGB
CMYK
RGB Variations
Color information
#A6AA0D (or 0xA6AA0D) is known color: Citrus. HEX triplet: A6, AA and 0D. RGB value is (166,170,13). Sum of RGB (Red+Green+Blue) = 166+170+13=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA0D is #5955F2. Grayscale: #979797. Windows color (decimal): -5854707 or 895654. OLE color: 895654.
HSL color Cylindrical-coordinate representation of color #A6AA0D: hue angle of 61.53º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6AA0D is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 13 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.33 |
| HSL | 61.53º | 0.86% | 0.36% | - |
| HSV(B) | 61.53º | 0.92% | 0.67% | - |
| XYZ | 30.17 | 36.89 | 5.91 | - |
| YUV | 150.91 | 50.17 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 13 | 0.02 | 0 | 0.92 | 0.33 | 61.53 | 0.86 | 0.36 |
| Hex | A6 | AA | D | 2 | 0 | 5C | 21 | 3E | 56 | 24 |
| Octal | 246 | 252 | 15 | 2 | 0 | 134 | 41 | 76 | 126 | 44 |
| Binary | 10100110 | 10101010 | 1101 | 10 | 0 | 1011100 | 100001 | 111110 | 1010110 | 100100 |
Color Harmonies of #A6AA0D
Complementary color
Monochromatic Colors of #A6AA0D
Black with #A6AA0D
Text Example
Text Example
White with #A6AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA0D; }
p { color: rgb(166,170,13); }
H1.HeaderClassName
{
color: #A6AA0D;
}
.AnyTagClassName
{
color: #A6AA0D;
}
</style>
background-color css
<style>
a { background-color: #A6AA0D; }
a { background-color: rgb(166,170,13); }
div.DivClassName
{
background-color: #A6AA0D;
}
.BgClassName
{
background-color: #A6AA0D;
}
</style>
border-color css
<style>
span { border-color: #A6AA0D; }
span { border-color: rgb(166,170,13); }
td.TdClassName
{
border-color: #A6AA0D;
}
.TagClassName
{
border-color: #A6AA0D;
}
</style>