Shades of Citrus #A4A601
Tints of Citrus #A4A601
RGB
CMYK
RGB Variations
Color information
#A4A601 (or 0xA4A601) is known color: Citrus. HEX triplet: A4, A6 and 01. RGB value is (164,166,1). Sum of RGB (Red+Green+Blue) = 164+166+1=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A601 is #5B59FE. Grayscale: #939393. Windows color (decimal): -5986815 or 108196. OLE color: 108196.
HSL color Cylindrical-coordinate representation of color #A4A601: hue angle of 60.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4A601 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.35 |
| HSL | 60.73º | 0.99% | 0.33% | - |
| HSV(B) | 60.73º | 0.99% | 0.65% | - |
| XYZ | 28.95 | 35.17 | 5.29 | - |
| YUV | 146.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 1 | 0.01 | 0 | 0.99 | 0.35 | 60.73 | 0.99 | 0.33 |
| Hex | A4 | A6 | 1 | 1 | 0 | 63 | 23 | 3D | 63 | 21 |
| Octal | 244 | 246 | 1 | 1 | 0 | 143 | 43 | 75 | 143 | 41 |
| Binary | 10100100 | 10100110 | 1 | 1 | 0 | 1100011 | 100011 | 111101 | 1100011 | 100001 |
Color Harmonies of #A4A601
Complementary color
Monochromatic Colors of #A4A601
Black with #A4A601
Text Example
Text Example
White with #A4A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A601; }
p { color: rgb(164,166,1); }
H1.HeaderClassName
{
color: #A4A601;
}
.AnyTagClassName
{
color: #A4A601;
}
</style>
background-color css
<style>
a { background-color: #A4A601; }
a { background-color: rgb(164,166,1); }
div.DivClassName
{
background-color: #A4A601;
}
.BgClassName
{
background-color: #A4A601;
}
</style>
border-color css
<style>
span { border-color: #A4A601; }
span { border-color: rgb(164,166,1); }
td.TdClassName
{
border-color: #A4A601;
}
.TagClassName
{
border-color: #A4A601;
}
</style>