Shades of Citrus #A4A305
Tints of Citrus #A4A305
RGB
CMYK
RGB Variations
Color information
#A4A305 (or 0xA4A305) is known color: Citrus. HEX triplet: A4, A3 and 05. RGB value is (164,163,5). Sum of RGB (Red+Green+Blue) = 164+163+5=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A305 is #5B5CFA. Grayscale: #919191. Windows color (decimal): -5987579 or 369572. OLE color: 369572.
HSL color Cylindrical-coordinate representation of color #A4A305: hue angle of 59.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4A305 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.36 |
| HSL | 59.62º | 0.94% | 0.33% | - |
| HSV(B) | 59.62º | 0.97% | 0.64% | - |
| XYZ | 28.43 | 34.1 | 5.23 | - |
| YUV | 145.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 5 | 0 | 0.01 | 0.97 | 0.36 | 59.62 | 0.94 | 0.33 |
| Hex | A4 | A3 | 5 | 0 | 1 | 61 | 24 | 3C | 5E | 21 |
| Octal | 244 | 243 | 5 | 0 | 1 | 141 | 44 | 74 | 136 | 41 |
| Binary | 10100100 | 10100011 | 101 | 0 | 1 | 1100001 | 100100 | 111100 | 1011110 | 100001 |
Color Harmonies of #A4A305
Complementary color
Monochromatic Colors of #A4A305
Black with #A4A305
Text Example
Text Example
White with #A4A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A305; }
p { color: rgb(164,163,5); }
H1.HeaderClassName
{
color: #A4A305;
}
.AnyTagClassName
{
color: #A4A305;
}
</style>
background-color css
<style>
a { background-color: #A4A305; }
a { background-color: rgb(164,163,5); }
div.DivClassName
{
background-color: #A4A305;
}
.BgClassName
{
background-color: #A4A305;
}
</style>
border-color css
<style>
span { border-color: #A4A305; }
span { border-color: rgb(164,163,5); }
td.TdClassName
{
border-color: #A4A305;
}
.TagClassName
{
border-color: #A4A305;
}
</style>