Shades of Citrus #A6A90D
Tints of Citrus #A6A90D
RGB
CMYK
RGB Variations
Color information
#A6A90D (or 0xA6A90D) is known color: Citrus. HEX triplet: A6, A9 and 0D. RGB value is (166,169,13). Sum of RGB (Red+Green+Blue) = 166+169+13=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A90D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A90D is #5956F2. Grayscale: #969696. Windows color (decimal): -5854963 or 895398. OLE color: 895398.
HSL color Cylindrical-coordinate representation of color #A6A90D: hue angle of 61.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6A90D is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 13 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.34 |
| HSL | 61.15º | 0.86% | 0.36% | - |
| HSV(B) | 61.15º | 0.92% | 0.66% | - |
| XYZ | 29.99 | 36.51 | 5.85 | - |
| YUV | 150.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 13 | 0.02 | 0 | 0.92 | 0.34 | 61.15 | 0.86 | 0.36 |
| Hex | A6 | A9 | D | 2 | 0 | 5C | 22 | 3D | 56 | 24 |
| Octal | 246 | 251 | 15 | 2 | 0 | 134 | 42 | 75 | 126 | 44 |
| Binary | 10100110 | 10101001 | 1101 | 10 | 0 | 1011100 | 100010 | 111101 | 1010110 | 100100 |
Color Harmonies of #A6A90D
Complementary color
Monochromatic Colors of #A6A90D
Black with #A6A90D
Text Example
Text Example
White with #A6A90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A90D; }
p { color: rgb(166,169,13); }
H1.HeaderClassName
{
color: #A6A90D;
}
.AnyTagClassName
{
color: #A6A90D;
}
</style>
background-color css
<style>
a { background-color: #A6A90D; }
a { background-color: rgb(166,169,13); }
div.DivClassName
{
background-color: #A6A90D;
}
.BgClassName
{
background-color: #A6A90D;
}
</style>
border-color css
<style>
span { border-color: #A6A90D; }
span { border-color: rgb(166,169,13); }
td.TdClassName
{
border-color: #A6A90D;
}
.TagClassName
{
border-color: #A6A90D;
}
</style>