Shades of Citrus #A3A504
Tints of Citrus #A3A504
RGB
CMYK
RGB Variations
Color information
#A3A504 (or 0xA3A504) is known color: Citrus. HEX triplet: A3, A5 and 04. RGB value is (163,165,4). Sum of RGB (Red+Green+Blue) = 163+165+4=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A504 is #5C5AFB. Grayscale: #929292. Windows color (decimal): -6052604 or 304547. OLE color: 304547.
HSL color Cylindrical-coordinate representation of color #A3A504: hue angle of 60.75º 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 #A3A504 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.35 |
| HSL | 60.75º | 0.95% | 0.33% | - |
| HSV(B) | 60.75º | 0.98% | 0.65% | - |
| XYZ | 28.58 | 34.71 | 5.31 | - |
| YUV | 146.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 4 | 0.01 | 0 | 0.98 | 0.35 | 60.75 | 0.95 | 0.33 |
| Hex | A3 | A5 | 4 | 1 | 0 | 62 | 23 | 3D | 5F | 21 |
| Octal | 243 | 245 | 4 | 1 | 0 | 142 | 43 | 75 | 137 | 41 |
| Binary | 10100011 | 10100101 | 100 | 1 | 0 | 1100010 | 100011 | 111101 | 1011111 | 100001 |
Color Harmonies of #A3A504
Complementary color
Monochromatic Colors of #A3A504
Black with #A3A504
Text Example
Text Example
White with #A3A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A504; }
p { color: rgb(163,165,4); }
H1.HeaderClassName
{
color: #A3A504;
}
.AnyTagClassName
{
color: #A3A504;
}
</style>
background-color css
<style>
a { background-color: #A3A504; }
a { background-color: rgb(163,165,4); }
div.DivClassName
{
background-color: #A3A504;
}
.BgClassName
{
background-color: #A3A504;
}
</style>
border-color css
<style>
span { border-color: #A3A504; }
span { border-color: rgb(163,165,4); }
td.TdClassName
{
border-color: #A3A504;
}
.TagClassName
{
border-color: #A3A504;
}
</style>