Shades of Citrus #A2A203
Tints of Citrus #A2A203
RGB
CMYK
RGB Variations
Color information
#A2A203 (or 0xA2A203) is known color: Citrus. HEX triplet: A2, A2 and 03. RGB value is (162,162,3). Sum of RGB (Red+Green+Blue) = 162+162+3=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A203 is #5D5DFC. Grayscale: #909090. Windows color (decimal): -6118909 or 238242. OLE color: 238242.
HSL color Cylindrical-coordinate representation of color #A2A203: hue angle of 60º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2A203 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 3 | - |
| CMYK | 0 | 0 | 0.98 | 0.36 |
| HSL | 60º | 0.96% | 0.32% | - |
| HSV(B) | 60º | 0.98% | 0.64% | - |
| XYZ | 27.84 | 33.53 | 5.09 | - |
| YUV | 143.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 3 | 0 | 0 | 0.98 | 0.36 | 60 | 0.96 | 0.32 |
| Hex | A2 | A2 | 3 | 0 | 0 | 62 | 24 | 3C | 60 | 20 |
| Octal | 242 | 242 | 3 | 0 | 0 | 142 | 44 | 74 | 140 | 40 |
| Binary | 10100010 | 10100010 | 11 | 0 | 0 | 1100010 | 100100 | 111100 | 1100000 | 100000 |
Color Harmonies of #A2A203
Complementary color
Monochromatic Colors of #A2A203
Black with #A2A203
Text Example
Text Example
White with #A2A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A203; }
p { color: rgb(162,162,3); }
H1.HeaderClassName
{
color: #A2A203;
}
.AnyTagClassName
{
color: #A2A203;
}
</style>
background-color css
<style>
a { background-color: #A2A203; }
a { background-color: rgb(162,162,3); }
div.DivClassName
{
background-color: #A2A203;
}
.BgClassName
{
background-color: #A2A203;
}
</style>
border-color css
<style>
span { border-color: #A2A203; }
span { border-color: rgb(162,162,3); }
td.TdClassName
{
border-color: #A2A203;
}
.TagClassName
{
border-color: #A2A203;
}
</style>