Shades of Citrus #A6A70C
Tints of Citrus #A6A70C
RGB
CMYK
RGB Variations
Color information
#A6A70C (or 0xA6A70C) is known color: Citrus. HEX triplet: A6, A7 and 0C. RGB value is (166,167,12). Sum of RGB (Red+Green+Blue) = 166+167+12=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A70C is #5958F3. Grayscale: #959595. Windows color (decimal): -5855476 or 829350. OLE color: 829350.
HSL color Cylindrical-coordinate representation of color #A6A70C: hue angle of 60.39º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6A70C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.35 |
| HSL | 60.39º | 0.87% | 0.35% | - |
| HSV(B) | 60.39º | 0.93% | 0.65% | - |
| XYZ | 29.61 | 35.77 | 5.69 | - |
| YUV | 149.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 12 | 0.01 | 0 | 0.93 | 0.35 | 60.39 | 0.87 | 0.35 |
| Hex | A6 | A7 | C | 1 | 0 | 5D | 23 | 3C | 57 | 23 |
| Octal | 246 | 247 | 14 | 1 | 0 | 135 | 43 | 74 | 127 | 43 |
| Binary | 10100110 | 10100111 | 1100 | 1 | 0 | 1011101 | 100011 | 111100 | 1010111 | 100011 |
Color Harmonies of #A6A70C
Complementary color
Monochromatic Colors of #A6A70C
Black with #A6A70C
Text Example
Text Example
White with #A6A70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A70C; }
p { color: rgb(166,167,12); }
H1.HeaderClassName
{
color: #A6A70C;
}
.AnyTagClassName
{
color: #A6A70C;
}
</style>
background-color css
<style>
a { background-color: #A6A70C; }
a { background-color: rgb(166,167,12); }
div.DivClassName
{
background-color: #A6A70C;
}
.BgClassName
{
background-color: #A6A70C;
}
</style>
border-color css
<style>
span { border-color: #A6A70C; }
span { border-color: rgb(166,167,12); }
td.TdClassName
{
border-color: #A6A70C;
}
.TagClassName
{
border-color: #A6A70C;
}
</style>