Shades of Citrus #A3A002
Tints of Citrus #A3A002
RGB
CMYK
RGB Variations
Color information
#A3A002 (or 0xA3A002) is known color: Citrus. HEX triplet: A3, A0 and 02. RGB value is (163,160,2). Sum of RGB (Red+Green+Blue) = 163+160+2=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A002 is #5C5FFD. Grayscale: #8F8F8F. Windows color (decimal): -6053886 or 172195. OLE color: 172195.
HSL color Cylindrical-coordinate representation of color #A3A002: hue angle of 58.88º 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 #A3A002 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.36 |
| HSL | 58.88º | 0.98% | 0.32% | - |
| HSV(B) | 58.88º | 0.99% | 0.64% | - |
| XYZ | 27.69 | 32.93 | 4.95 | - |
| YUV | 142.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 2 | 0 | 0.02 | 0.99 | 0.36 | 58.88 | 0.98 | 0.32 |
| Hex | A3 | A0 | 2 | 0 | 2 | 63 | 24 | 3B | 62 | 20 |
| Octal | 243 | 240 | 2 | 0 | 2 | 143 | 44 | 73 | 142 | 40 |
| Binary | 10100011 | 10100000 | 10 | 0 | 10 | 1100011 | 100100 | 111011 | 1100010 | 100000 |
Color Harmonies of #A3A002
Complementary color
Monochromatic Colors of #A3A002
Black with #A3A002
Text Example
Text Example
White with #A3A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A002; }
p { color: rgb(163,160,2); }
H1.HeaderClassName
{
color: #A3A002;
}
.AnyTagClassName
{
color: #A3A002;
}
</style>
background-color css
<style>
a { background-color: #A3A002; }
a { background-color: rgb(163,160,2); }
div.DivClassName
{
background-color: #A3A002;
}
.BgClassName
{
background-color: #A3A002;
}
</style>
border-color css
<style>
span { border-color: #A3A002; }
span { border-color: rgb(163,160,2); }
td.TdClassName
{
border-color: #A3A002;
}
.TagClassName
{
border-color: #A3A002;
}
</style>