Shades of Citrus #A6AB0D
Tints of Citrus #A6AB0D
RGB
CMYK
RGB Variations
Color information
#A6AB0D (or 0xA6AB0D) is known color: Citrus. HEX triplet: A6, AB and 0D. RGB value is (166,171,13). Sum of RGB (Red+Green+Blue) = 166+171+13=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AB0D is #5954F2. Grayscale: #989898. Windows color (decimal): -5854451 or 895910. OLE color: 895910.
HSL color Cylindrical-coordinate representation of color #A6AB0D: hue angle of 61.9º 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 #A6AB0D is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 13 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.33 |
| HSL | 61.9º | 0.86% | 0.36% | - |
| HSV(B) | 61.9º | 0.92% | 0.67% | - |
| XYZ | 30.36 | 37.26 | 5.97 | - |
| YUV | 151.49 | 49.84 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 13 | 0.03 | 0 | 0.92 | 0.33 | 61.9 | 0.86 | 0.36 |
| Hex | A6 | AB | D | 3 | 0 | 5C | 21 | 3E | 56 | 24 |
| Octal | 246 | 253 | 15 | 3 | 0 | 134 | 41 | 76 | 126 | 44 |
| Binary | 10100110 | 10101011 | 1101 | 11 | 0 | 1011100 | 100001 | 111110 | 1010110 | 100100 |
Color Harmonies of #A6AB0D
Complementary color
Monochromatic Colors of #A6AB0D
Black with #A6AB0D
Text Example
Text Example
White with #A6AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB0D; }
p { color: rgb(166,171,13); }
H1.HeaderClassName
{
color: #A6AB0D;
}
.AnyTagClassName
{
color: #A6AB0D;
}
</style>
background-color css
<style>
a { background-color: #A6AB0D; }
a { background-color: rgb(166,171,13); }
div.DivClassName
{
background-color: #A6AB0D;
}
.BgClassName
{
background-color: #A6AB0D;
}
</style>
border-color css
<style>
span { border-color: #A6AB0D; }
span { border-color: rgb(166,171,13); }
td.TdClassName
{
border-color: #A6AB0D;
}
.TagClassName
{
border-color: #A6AB0D;
}
</style>