Shades of Citrus #A6AD01
Tints of Citrus #A6AD01
RGB
CMYK
RGB Variations
Color information
#A6AD01 (or 0xA6AD01) is known color: Citrus. HEX triplet: A6, AD and 01. RGB value is (166,173,1). Sum of RGB (Red+Green+Blue) = 166+173+1=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD01 is #5952FE. Grayscale: #979797. Windows color (decimal): -5853951 or 109990. OLE color: 109990.
HSL color Cylindrical-coordinate representation of color #A6AD01: hue angle of 62.44º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6AD01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.32 |
| HSL | 62.44º | 0.99% | 0.34% | - |
| HSV(B) | 62.44º | 0.99% | 0.68% | - |
| XYZ | 30.67 | 38 | 5.75 | - |
| YUV | 151.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 1 | 0.04 | 0 | 0.99 | 0.32 | 62.44 | 0.99 | 0.34 |
| Hex | A6 | AD | 1 | 4 | 0 | 63 | 20 | 3E | 63 | 22 |
| Octal | 246 | 255 | 1 | 4 | 0 | 143 | 40 | 76 | 143 | 42 |
| Binary | 10100110 | 10101101 | 1 | 100 | 0 | 1100011 | 100000 | 111110 | 1100011 | 100010 |
Color Harmonies of #A6AD01
Complementary color
Monochromatic Colors of #A6AD01
Black with #A6AD01
Text Example
Text Example
White with #A6AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD01; }
p { color: rgb(166,173,1); }
H1.HeaderClassName
{
color: #A6AD01;
}
.AnyTagClassName
{
color: #A6AD01;
}
</style>
background-color css
<style>
a { background-color: #A6AD01; }
a { background-color: rgb(166,173,1); }
div.DivClassName
{
background-color: #A6AD01;
}
.BgClassName
{
background-color: #A6AD01;
}
</style>
border-color css
<style>
span { border-color: #A6AD01; }
span { border-color: rgb(166,173,1); }
td.TdClassName
{
border-color: #A6AD01;
}
.TagClassName
{
border-color: #A6AD01;
}
</style>