Shades of Citrus #A6AD02
Tints of Citrus #A6AD02
RGB
CMYK
RGB Variations
Color information
#A6AD02 (or 0xA6AD02) is known color: Citrus. HEX triplet: A6, AD and 02. RGB value is (166,173,2). Sum of RGB (Red+Green+Blue) = 166+173+2=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD02 is #5952FD. Grayscale: #989898. Windows color (decimal): -5853950 or 175526. OLE color: 175526.
HSL color Cylindrical-coordinate representation of color #A6AD02: hue angle of 62.46º degrees, saturation: 0.98, 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 #A6AD02 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.32 |
| HSL | 62.46º | 0.98% | 0.34% | - |
| HSV(B) | 62.46º | 0.99% | 0.68% | - |
| XYZ | 30.68 | 38 | 5.77 | - |
| YUV | 151.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 2 | 0.04 | 0 | 0.99 | 0.32 | 62.46 | 0.98 | 0.34 |
| Hex | A6 | AD | 2 | 4 | 0 | 63 | 20 | 3E | 62 | 22 |
| Octal | 246 | 255 | 2 | 4 | 0 | 143 | 40 | 76 | 142 | 42 |
| Binary | 10100110 | 10101101 | 10 | 100 | 0 | 1100011 | 100000 | 111110 | 1100010 | 100010 |
Color Harmonies of #A6AD02
Complementary color
Monochromatic Colors of #A6AD02
Black with #A6AD02
Text Example
Text Example
White with #A6AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD02; }
p { color: rgb(166,173,2); }
H1.HeaderClassName
{
color: #A6AD02;
}
.AnyTagClassName
{
color: #A6AD02;
}
</style>
background-color css
<style>
a { background-color: #A6AD02; }
a { background-color: rgb(166,173,2); }
div.DivClassName
{
background-color: #A6AD02;
}
.BgClassName
{
background-color: #A6AD02;
}
</style>
border-color css
<style>
span { border-color: #A6AD02; }
span { border-color: rgb(166,173,2); }
td.TdClassName
{
border-color: #A6AD02;
}
.TagClassName
{
border-color: #A6AD02;
}
</style>