Shades of Citrus #A2A504
Tints of Citrus #A2A504
RGB
CMYK
RGB Variations
Color information
#A2A504 (or 0xA2A504) is known color: Citrus. HEX triplet: A2, A5 and 04. RGB value is (162,165,4). Sum of RGB (Red+Green+Blue) = 162+165+4=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A504 is #5D5AFB. Grayscale: #929292. Windows color (decimal): -6118140 or 304546. OLE color: 304546.
HSL color Cylindrical-coordinate representation of color #A2A504: hue angle of 61.12º 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 #A2A504 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.35 |
| HSL | 61.12º | 0.95% | 0.33% | - |
| HSV(B) | 61.12º | 0.98% | 0.65% | - |
| XYZ | 28.38 | 34.6 | 5.3 | - |
| YUV | 145.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 4 | 0.02 | 0 | 0.98 | 0.35 | 61.12 | 0.95 | 0.33 |
| Hex | A2 | A5 | 4 | 2 | 0 | 62 | 23 | 3D | 5F | 21 |
| Octal | 242 | 245 | 4 | 2 | 0 | 142 | 43 | 75 | 137 | 41 |
| Binary | 10100010 | 10100101 | 100 | 10 | 0 | 1100010 | 100011 | 111101 | 1011111 | 100001 |
Color Harmonies of #A2A504
Complementary color
Monochromatic Colors of #A2A504
Black with #A2A504
Text Example
Text Example
White with #A2A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A504; }
p { color: rgb(162,165,4); }
H1.HeaderClassName
{
color: #A2A504;
}
.AnyTagClassName
{
color: #A2A504;
}
</style>
background-color css
<style>
a { background-color: #A2A504; }
a { background-color: rgb(162,165,4); }
div.DivClassName
{
background-color: #A2A504;
}
.BgClassName
{
background-color: #A2A504;
}
</style>
border-color css
<style>
span { border-color: #A2A504; }
span { border-color: rgb(162,165,4); }
td.TdClassName
{
border-color: #A2A504;
}
.TagClassName
{
border-color: #A2A504;
}
</style>