Shades of Citrus #A4A606
Tints of Citrus #A4A606
RGB
CMYK
RGB Variations
Color information
#A4A606 (or 0xA4A606) is known color: Citrus. HEX triplet: A4, A6 and 06. RGB value is (164,166,6). Sum of RGB (Red+Green+Blue) = 164+166+6=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A606 is #5B59F9. Grayscale: #939393. Windows color (decimal): -5986810 or 435876. OLE color: 435876.
HSL color Cylindrical-coordinate representation of color #A4A606: hue angle of 60.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4A606 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 6 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.35 |
| HSL | 60.75º | 0.93% | 0.34% | - |
| HSV(B) | 60.75º | 0.96% | 0.65% | - |
| XYZ | 28.98 | 35.18 | 5.43 | - |
| YUV | 147.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 6 | 0.01 | 0 | 0.96 | 0.35 | 60.75 | 0.93 | 0.34 |
| Hex | A4 | A6 | 6 | 1 | 0 | 60 | 23 | 3D | 5D | 22 |
| Octal | 244 | 246 | 6 | 1 | 0 | 140 | 43 | 75 | 135 | 42 |
| Binary | 10100100 | 10100110 | 110 | 1 | 0 | 1100000 | 100011 | 111101 | 1011101 | 100010 |
Color Harmonies of #A4A606
Complementary color
Monochromatic Colors of #A4A606
Black with #A4A606
Text Example
Text Example
White with #A4A606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A606; }
p { color: rgb(164,166,6); }
H1.HeaderClassName
{
color: #A4A606;
}
.AnyTagClassName
{
color: #A4A606;
}
</style>
background-color css
<style>
a { background-color: #A4A606; }
a { background-color: rgb(164,166,6); }
div.DivClassName
{
background-color: #A4A606;
}
.BgClassName
{
background-color: #A4A606;
}
</style>
border-color css
<style>
span { border-color: #A4A606; }
span { border-color: rgb(164,166,6); }
td.TdClassName
{
border-color: #A4A606;
}
.TagClassName
{
border-color: #A4A606;
}
</style>