Shades of Citrus #A6AD09
Tints of Citrus #A6AD09
RGB
CMYK
RGB Variations
Color information
#A6AD09 (or 0xA6AD09) is known color: Citrus. HEX triplet: A6, AD and 09. RGB value is (166,173,9). Sum of RGB (Red+Green+Blue) = 166+173+9=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD09 is #5952F6. Grayscale: #989898. Windows color (decimal): -5853943 or 634278. OLE color: 634278.
HSL color Cylindrical-coordinate representation of color #A6AD09: hue angle of 62.56º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6AD09 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.32 |
| HSL | 62.56º | 0.9% | 0.36% | - |
| HSV(B) | 62.56º | 0.95% | 0.68% | - |
| XYZ | 30.72 | 38.01 | 5.98 | - |
| YUV | 152.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 9 | 0.04 | 0 | 0.95 | 0.32 | 62.56 | 0.9 | 0.36 |
| Hex | A6 | AD | 9 | 4 | 0 | 5F | 20 | 3F | 5A | 24 |
| Octal | 246 | 255 | 11 | 4 | 0 | 137 | 40 | 77 | 132 | 44 |
| Binary | 10100110 | 10101101 | 1001 | 100 | 0 | 1011111 | 100000 | 111111 | 1011010 | 100100 |
Color Harmonies of #A6AD09
Complementary color
Monochromatic Colors of #A6AD09
Black with #A6AD09
Text Example
Text Example
White with #A6AD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD09; }
p { color: rgb(166,173,9); }
H1.HeaderClassName
{
color: #A6AD09;
}
.AnyTagClassName
{
color: #A6AD09;
}
</style>
background-color css
<style>
a { background-color: #A6AD09; }
a { background-color: rgb(166,173,9); }
div.DivClassName
{
background-color: #A6AD09;
}
.BgClassName
{
background-color: #A6AD09;
}
</style>
border-color css
<style>
span { border-color: #A6AD09; }
span { border-color: rgb(166,173,9); }
td.TdClassName
{
border-color: #A6AD09;
}
.TagClassName
{
border-color: #A6AD09;
}
</style>