Shades of Citrus #A3A50C
Tints of Citrus #A3A50C
RGB
CMYK
RGB Variations
Color information
#A3A50C (or 0xA3A50C) is known color: Citrus. HEX triplet: A3, A5 and 0C. RGB value is (163,165,12). Sum of RGB (Red+Green+Blue) = 163+165+12=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A50C is #5C5AF3. Grayscale: #939393. Windows color (decimal): -6052596 or 828835. OLE color: 828835.
HSL color Cylindrical-coordinate representation of color #A3A50C: hue angle of 60.78º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3A50C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.35 |
| HSL | 60.78º | 0.86% | 0.35% | - |
| HSV(B) | 60.78º | 0.93% | 0.65% | - |
| XYZ | 28.63 | 34.72 | 5.54 | - |
| YUV | 146.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 12 | 0.01 | 0 | 0.93 | 0.35 | 60.78 | 0.86 | 0.35 |
| Hex | A3 | A5 | C | 1 | 0 | 5D | 23 | 3D | 56 | 23 |
| Octal | 243 | 245 | 14 | 1 | 0 | 135 | 43 | 75 | 126 | 43 |
| Binary | 10100011 | 10100101 | 1100 | 1 | 0 | 1011101 | 100011 | 111101 | 1010110 | 100011 |
Color Harmonies of #A3A50C
Complementary color
Monochromatic Colors of #A3A50C
Black with #A3A50C
Text Example
Text Example
White with #A3A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A50C; }
p { color: rgb(163,165,12); }
H1.HeaderClassName
{
color: #A3A50C;
}
.AnyTagClassName
{
color: #A3A50C;
}
</style>
background-color css
<style>
a { background-color: #A3A50C; }
a { background-color: rgb(163,165,12); }
div.DivClassName
{
background-color: #A3A50C;
}
.BgClassName
{
background-color: #A3A50C;
}
</style>
border-color css
<style>
span { border-color: #A3A50C; }
span { border-color: rgb(163,165,12); }
td.TdClassName
{
border-color: #A3A50C;
}
.TagClassName
{
border-color: #A3A50C;
}
</style>