Shades of Citrus #A3A800
Tints of Citrus #A3A800
RGB
CMYK
RGB Variations
Color information
#A3A800 (or 0xA3A800) is known color: Citrus. HEX triplet: A3, A8 and 00. RGB value is (163,168,0). Sum of RGB (Red+Green+Blue) = 163+168+0=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A800 is #5C57FF. Grayscale: #949494. Windows color (decimal): -6051840 or 43171. OLE color: 43171.
HSL color Cylindrical-coordinate representation of color #A3A800: hue angle of 61.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3A800 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.34 |
| HSL | 61.79º | 1% | 0.33% | - |
| HSV(B) | 61.79º | 1% | 0.66% | - |
| XYZ | 29.11 | 35.79 | 5.37 | - |
| YUV | 147.35 | 44.84 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 0 | 0.03 | 0 | 1 | 0.34 | 61.79 | 1 | 0.33 |
| Hex | A3 | A8 | 0 | 3 | 0 | 64 | 22 | 3E | 64 | 21 |
| Octal | 243 | 250 | 0 | 3 | 0 | 144 | 42 | 76 | 144 | 41 |
| Binary | 10100011 | 10101000 | 0 | 11 | 0 | 1100100 | 100010 | 111110 | 1100100 | 100001 |
Color Harmonies of #A3A800
Complementary color
Monochromatic Colors of #A3A800
Black with #A3A800
Text Example
Text Example
White with #A3A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A800; }
p { color: rgb(163,168,0); }
H1.HeaderClassName
{
color: #A3A800;
}
.AnyTagClassName
{
color: #A3A800;
}
</style>
background-color css
<style>
a { background-color: #A3A800; }
a { background-color: rgb(163,168,0); }
div.DivClassName
{
background-color: #A3A800;
}
.BgClassName
{
background-color: #A3A800;
}
</style>
border-color css
<style>
span { border-color: #A3A800; }
span { border-color: rgb(163,168,0); }
td.TdClassName
{
border-color: #A3A800;
}
.TagClassName
{
border-color: #A3A800;
}
</style>