Shades of Citrus #A4A604
Tints of Citrus #A4A604
RGB
CMYK
RGB Variations
Color information
#A4A604 (or 0xA4A604) is known color: Citrus. HEX triplet: A4, A6 and 04. RGB value is (164,166,4). Sum of RGB (Red+Green+Blue) = 164+166+4=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A604 is #5B59FB. Grayscale: #939393. Windows color (decimal): -5986812 or 304804. OLE color: 304804.
HSL color Cylindrical-coordinate representation of color #A4A604: hue angle of 60.74º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4A604 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.35 |
| HSL | 60.74º | 0.95% | 0.33% | - |
| HSV(B) | 60.74º | 0.98% | 0.65% | - |
| XYZ | 28.97 | 35.17 | 5.38 | - |
| YUV | 146.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 4 | 0.01 | 0 | 0.98 | 0.35 | 60.74 | 0.95 | 0.33 |
| Hex | A4 | A6 | 4 | 1 | 0 | 62 | 23 | 3D | 5F | 21 |
| Octal | 244 | 246 | 4 | 1 | 0 | 142 | 43 | 75 | 137 | 41 |
| Binary | 10100100 | 10100110 | 100 | 1 | 0 | 1100010 | 100011 | 111101 | 1011111 | 100001 |
Color Harmonies of #A4A604
Complementary color
Monochromatic Colors of #A4A604
Black with #A4A604
Text Example
Text Example
White with #A4A604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A604; }
p { color: rgb(164,166,4); }
H1.HeaderClassName
{
color: #A4A604;
}
.AnyTagClassName
{
color: #A4A604;
}
</style>
background-color css
<style>
a { background-color: #A4A604; }
a { background-color: rgb(164,166,4); }
div.DivClassName
{
background-color: #A4A604;
}
.BgClassName
{
background-color: #A4A604;
}
</style>
border-color css
<style>
span { border-color: #A4A604; }
span { border-color: rgb(164,166,4); }
td.TdClassName
{
border-color: #A4A604;
}
.TagClassName
{
border-color: #A4A604;
}
</style>