Shades of Citrus #A3A802
Tints of Citrus #A3A802
RGB
CMYK
RGB Variations
Color information
#A3A802 (or 0xA3A802) is known color: Citrus. HEX triplet: A3, A8 and 02. RGB value is (163,168,2). Sum of RGB (Red+Green+Blue) = 163+168+2=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A802 is #5C57FD. Grayscale: #949494. Windows color (decimal): -6051838 or 174243. OLE color: 174243.
HSL color Cylindrical-coordinate representation of color #A3A802: hue angle of 61.81º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3A802 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.34 |
| HSL | 61.81º | 0.98% | 0.33% | - |
| HSV(B) | 61.81º | 0.99% | 0.66% | - |
| XYZ | 29.12 | 35.8 | 5.43 | - |
| YUV | 147.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 2 | 0.03 | 0 | 0.99 | 0.34 | 61.81 | 0.98 | 0.33 |
| Hex | A3 | A8 | 2 | 3 | 0 | 63 | 22 | 3E | 62 | 21 |
| Octal | 243 | 250 | 2 | 3 | 0 | 143 | 42 | 76 | 142 | 41 |
| Binary | 10100011 | 10101000 | 10 | 11 | 0 | 1100011 | 100010 | 111110 | 1100010 | 100001 |
Color Harmonies of #A3A802
Complementary color
Monochromatic Colors of #A3A802
Black with #A3A802
Text Example
Text Example
White with #A3A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A802; }
p { color: rgb(163,168,2); }
H1.HeaderClassName
{
color: #A3A802;
}
.AnyTagClassName
{
color: #A3A802;
}
</style>
background-color css
<style>
a { background-color: #A3A802; }
a { background-color: rgb(163,168,2); }
div.DivClassName
{
background-color: #A3A802;
}
.BgClassName
{
background-color: #A3A802;
}
</style>
border-color css
<style>
span { border-color: #A3A802; }
span { border-color: rgb(163,168,2); }
td.TdClassName
{
border-color: #A3A802;
}
.TagClassName
{
border-color: #A3A802;
}
</style>