Shades of Citrus #A6AE0D
Tints of Citrus #A6AE0D
RGB
CMYK
RGB Variations
Color information
#A6AE0D (or 0xA6AE0D) is known color: Citrus. HEX triplet: A6, AE and 0D. RGB value is (166,174,13). Sum of RGB (Red+Green+Blue) = 166+174+13=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AE0D is #5951F2. Grayscale: #999999. Windows color (decimal): -5853683 or 896678. OLE color: 896678.
HSL color Cylindrical-coordinate representation of color #A6AE0D: hue angle of 62.98º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6AE0D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 174 | 13 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.32 |
| HSL | 62.98º | 0.86% | 0.37% | - |
| HSV(B) | 62.98º | 0.93% | 0.68% | - |
| XYZ | 30.93 | 38.41 | 6.16 | - |
| YUV | 153.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 13 | 0.05 | 0 | 0.93 | 0.32 | 62.98 | 0.86 | 0.37 |
| Hex | A6 | AE | D | 5 | 0 | 5D | 20 | 3F | 56 | 25 |
| Octal | 246 | 256 | 15 | 5 | 0 | 135 | 40 | 77 | 126 | 45 |
| Binary | 10100110 | 10101110 | 1101 | 101 | 0 | 1011101 | 100000 | 111111 | 1010110 | 100101 |
Color Harmonies of #A6AE0D
Complementary color
Monochromatic Colors of #A6AE0D
Black with #A6AE0D
Text Example
Text Example
White with #A6AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AE0D; }
p { color: rgb(166,174,13); }
H1.HeaderClassName
{
color: #A6AE0D;
}
.AnyTagClassName
{
color: #A6AE0D;
}
</style>
background-color css
<style>
a { background-color: #A6AE0D; }
a { background-color: rgb(166,174,13); }
div.DivClassName
{
background-color: #A6AE0D;
}
.BgClassName
{
background-color: #A6AE0D;
}
</style>
border-color css
<style>
span { border-color: #A6AE0D; }
span { border-color: rgb(166,174,13); }
td.TdClassName
{
border-color: #A6AE0D;
}
.TagClassName
{
border-color: #A6AE0D;
}
</style>