Shades of Citrus #A4A001
Tints of Citrus #A4A001
RGB
CMYK
RGB Variations
Color information
#A4A001 (or 0xA4A001) is known color: Citrus. HEX triplet: A4, A0 and 01. RGB value is (164,160,1). Sum of RGB (Red+Green+Blue) = 164+160+1=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A001 is #5B5FFE. Grayscale: #8F8F8F. Windows color (decimal): -5988351 or 106660. OLE color: 106660.
HSL color Cylindrical-coordinate representation of color #A4A001: hue angle of 58.53º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4A001 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.36 |
| HSL | 58.53º | 0.99% | 0.32% | - |
| HSV(B) | 58.53º | 0.99% | 0.64% | - |
| XYZ | 27.89 | 33.04 | 4.94 | - |
| YUV | 143.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 1 | 0 | 0.02 | 0.99 | 0.36 | 58.53 | 0.99 | 0.32 |
| Hex | A4 | A0 | 1 | 0 | 2 | 63 | 24 | 3B | 63 | 20 |
| Octal | 244 | 240 | 1 | 0 | 2 | 143 | 44 | 73 | 143 | 40 |
| Binary | 10100100 | 10100000 | 1 | 0 | 10 | 1100011 | 100100 | 111011 | 1100011 | 100000 |
Color Harmonies of #A4A001
Complementary color
Monochromatic Colors of #A4A001
Black with #A4A001
Text Example
Text Example
White with #A4A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A001; }
p { color: rgb(164,160,1); }
H1.HeaderClassName
{
color: #A4A001;
}
.AnyTagClassName
{
color: #A4A001;
}
</style>
background-color css
<style>
a { background-color: #A4A001; }
a { background-color: rgb(164,160,1); }
div.DivClassName
{
background-color: #A4A001;
}
.BgClassName
{
background-color: #A4A001;
}
</style>
border-color css
<style>
span { border-color: #A4A001; }
span { border-color: rgb(164,160,1); }
td.TdClassName
{
border-color: #A4A001;
}
.TagClassName
{
border-color: #A4A001;
}
</style>