Shades of Citrus #A2A405
Tints of Citrus #A2A405
RGB
CMYK
RGB Variations
Color information
#A2A405 (or 0xA2A405) is known color: Citrus. HEX triplet: A2, A4 and 05. RGB value is (162,164,5). Sum of RGB (Red+Green+Blue) = 162+164+5=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A405 is #5D5BFA. Grayscale: #919191. Windows color (decimal): -6118395 or 369826. OLE color: 369826.
HSL color Cylindrical-coordinate representation of color #A2A405: hue angle of 60.75º 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 #A2A405 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 5 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.36 |
| HSL | 60.75º | 0.94% | 0.33% | - |
| HSV(B) | 60.75º | 0.97% | 0.64% | - |
| XYZ | 28.2 | 34.24 | 5.27 | - |
| YUV | 145.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 5 | 0.01 | 0 | 0.97 | 0.36 | 60.75 | 0.94 | 0.33 |
| Hex | A2 | A4 | 5 | 1 | 0 | 61 | 24 | 3D | 5E | 21 |
| Octal | 242 | 244 | 5 | 1 | 0 | 141 | 44 | 75 | 136 | 41 |
| Binary | 10100010 | 10100100 | 101 | 1 | 0 | 1100001 | 100100 | 111101 | 1011110 | 100001 |
Color Harmonies of #A2A405
Complementary color
Monochromatic Colors of #A2A405
Black with #A2A405
Text Example
Text Example
White with #A2A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A405; }
p { color: rgb(162,164,5); }
H1.HeaderClassName
{
color: #A2A405;
}
.AnyTagClassName
{
color: #A2A405;
}
</style>
background-color css
<style>
a { background-color: #A2A405; }
a { background-color: rgb(162,164,5); }
div.DivClassName
{
background-color: #A2A405;
}
.BgClassName
{
background-color: #A2A405;
}
</style>
border-color css
<style>
span { border-color: #A2A405; }
span { border-color: rgb(162,164,5); }
td.TdClassName
{
border-color: #A2A405;
}
.TagClassName
{
border-color: #A2A405;
}
</style>