Shades of Citrus #A2A102
Tints of Citrus #A2A102
RGB
CMYK
RGB Variations
Color information
#A2A102 (or 0xA2A102) is known color: Citrus. HEX triplet: A2, A1 and 02. RGB value is (162,161,2). Sum of RGB (Red+Green+Blue) = 162+161+2=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A102 is #5D5EFD. Grayscale: #8F8F8F. Windows color (decimal): -6119166 or 172450. OLE color: 172450.
HSL color Cylindrical-coordinate representation of color #A2A102: hue angle of 59.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2A102 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.36 |
| HSL | 59.63º | 0.98% | 0.32% | - |
| HSV(B) | 59.63º | 0.99% | 0.64% | - |
| XYZ | 27.66 | 33.18 | 5 | - |
| YUV | 143.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 2 | 0 | 0.01 | 0.99 | 0.36 | 59.63 | 0.98 | 0.32 |
| Hex | A2 | A1 | 2 | 0 | 1 | 63 | 24 | 3C | 62 | 20 |
| Octal | 242 | 241 | 2 | 0 | 1 | 143 | 44 | 74 | 142 | 40 |
| Binary | 10100010 | 10100001 | 10 | 0 | 1 | 1100011 | 100100 | 111100 | 1100010 | 100000 |
Color Harmonies of #A2A102
Complementary color
Monochromatic Colors of #A2A102
Black with #A2A102
Text Example
Text Example
White with #A2A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A102; }
p { color: rgb(162,161,2); }
H1.HeaderClassName
{
color: #A2A102;
}
.AnyTagClassName
{
color: #A2A102;
}
</style>
background-color css
<style>
a { background-color: #A2A102; }
a { background-color: rgb(162,161,2); }
div.DivClassName
{
background-color: #A2A102;
}
.BgClassName
{
background-color: #A2A102;
}
</style>
border-color css
<style>
span { border-color: #A2A102; }
span { border-color: rgb(162,161,2); }
td.TdClassName
{
border-color: #A2A102;
}
.TagClassName
{
border-color: #A2A102;
}
</style>