Shades of Citrus #A6A70F
Tints of Citrus #A6A70F
RGB
CMYK
RGB Variations
Color information
#A6A70F (or 0xA6A70F) is known color: Citrus. HEX triplet: A6, A7 and 0F. RGB value is (166,167,15). Sum of RGB (Red+Green+Blue) = 166+167+15=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A70F is #5958F0. Grayscale: #959595. Windows color (decimal): -5855473 or 1025958. OLE color: 1025958.
HSL color Cylindrical-coordinate representation of color #A6A70F: hue angle of 60.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6A70F is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 15 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.35 |
| HSL | 60.39º | 0.84% | 0.36% | - |
| HSV(B) | 60.39º | 0.91% | 0.65% | - |
| XYZ | 29.63 | 35.78 | 5.8 | - |
| YUV | 149.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 15 | 0.01 | 0 | 0.91 | 0.35 | 60.39 | 0.84 | 0.36 |
| Hex | A6 | A7 | F | 1 | 0 | 5B | 23 | 3C | 54 | 24 |
| Octal | 246 | 247 | 17 | 1 | 0 | 133 | 43 | 74 | 124 | 44 |
| Binary | 10100110 | 10100111 | 1111 | 1 | 0 | 1011011 | 100011 | 111100 | 1010100 | 100100 |
Color Harmonies of #A6A70F
Complementary color
Monochromatic Colors of #A6A70F
Black with #A6A70F
Text Example
Text Example
White with #A6A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A70F; }
p { color: rgb(166,167,15); }
H1.HeaderClassName
{
color: #A6A70F;
}
.AnyTagClassName
{
color: #A6A70F;
}
</style>
background-color css
<style>
a { background-color: #A6A70F; }
a { background-color: rgb(166,167,15); }
div.DivClassName
{
background-color: #A6A70F;
}
.BgClassName
{
background-color: #A6A70F;
}
</style>
border-color css
<style>
span { border-color: #A6A70F; }
span { border-color: rgb(166,167,15); }
td.TdClassName
{
border-color: #A6A70F;
}
.TagClassName
{
border-color: #A6A70F;
}
</style>