Shades of Citrus #A3AE0D
Tints of Citrus #A3AE0D
RGB
CMYK
RGB Variations
Color information
#A3AE0D (or 0xA3AE0D) is known color: Citrus. HEX triplet: A3, AE and 0D. RGB value is (163,174,13). Sum of RGB (Red+Green+Blue) = 163+174+13=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AE0D is #5C51F2. Grayscale: #989898. Windows color (decimal): -6050291 or 896675. OLE color: 896675.
HSL color Cylindrical-coordinate representation of color #A3AE0D: hue angle of 64.1º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3AE0D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.32 |
| HSL | 64.1º | 0.86% | 0.37% | - |
| HSV(B) | 64.1º | 0.93% | 0.68% | - |
| XYZ | 30.31 | 38.09 | 6.13 | - |
| YUV | 152.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 13 | 0.06 | 0 | 0.93 | 0.32 | 64.1 | 0.86 | 0.37 |
| Hex | A3 | AE | D | 6 | 0 | 5D | 20 | 40 | 56 | 25 |
| Octal | 243 | 256 | 15 | 6 | 0 | 135 | 40 | 100 | 126 | 45 |
| Binary | 10100011 | 10101110 | 1101 | 110 | 0 | 1011101 | 100000 | 1000000 | 1010110 | 100101 |
Color Harmonies of #A3AE0D
Complementary color
Monochromatic Colors of #A3AE0D
Black with #A3AE0D
Text Example
Text Example
White with #A3AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE0D; }
p { color: rgb(163,174,13); }
H1.HeaderClassName
{
color: #A3AE0D;
}
.AnyTagClassName
{
color: #A3AE0D;
}
</style>
background-color css
<style>
a { background-color: #A3AE0D; }
a { background-color: rgb(163,174,13); }
div.DivClassName
{
background-color: #A3AE0D;
}
.BgClassName
{
background-color: #A3AE0D;
}
</style>
border-color css
<style>
span { border-color: #A3AE0D; }
span { border-color: rgb(163,174,13); }
td.TdClassName
{
border-color: #A3AE0D;
}
.TagClassName
{
border-color: #A3AE0D;
}
</style>