Shades of Citrus #A6AA09
Tints of Citrus #A6AA09
RGB
CMYK
RGB Variations
Color information
#A6AA09 (or 0xA6AA09) is known color: Citrus. HEX triplet: A6, AA and 09. RGB value is (166,170,9). Sum of RGB (Red+Green+Blue) = 166+170+9=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA09 is #5955F6. Grayscale: #979797. Windows color (decimal): -5854711 or 633510. OLE color: 633510.
HSL color Cylindrical-coordinate representation of color #A6AA09: hue angle of 61.49º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6AA09 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 9 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.33 |
| HSL | 61.49º | 0.9% | 0.35% | - |
| HSV(B) | 61.49º | 0.95% | 0.67% | - |
| XYZ | 30.15 | 36.88 | 5.79 | - |
| YUV | 150.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 9 | 0.02 | 0 | 0.95 | 0.33 | 61.49 | 0.9 | 0.35 |
| Hex | A6 | AA | 9 | 2 | 0 | 5F | 21 | 3D | 5A | 23 |
| Octal | 246 | 252 | 11 | 2 | 0 | 137 | 41 | 75 | 132 | 43 |
| Binary | 10100110 | 10101010 | 1001 | 10 | 0 | 1011111 | 100001 | 111101 | 1011010 | 100011 |
Color Harmonies of #A6AA09
Complementary color
Monochromatic Colors of #A6AA09
Black with #A6AA09
Text Example
Text Example
White with #A6AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA09; }
p { color: rgb(166,170,9); }
H1.HeaderClassName
{
color: #A6AA09;
}
.AnyTagClassName
{
color: #A6AA09;
}
</style>
background-color css
<style>
a { background-color: #A6AA09; }
a { background-color: rgb(166,170,9); }
div.DivClassName
{
background-color: #A6AA09;
}
.BgClassName
{
background-color: #A6AA09;
}
</style>
border-color css
<style>
span { border-color: #A6AA09; }
span { border-color: rgb(166,170,9); }
td.TdClassName
{
border-color: #A6AA09;
}
.TagClassName
{
border-color: #A6AA09;
}
</style>