Shades of Citrus #A5AD0E
Tints of Citrus #A5AD0E
RGB
CMYK
RGB Variations
Color information
#A5AD0E (or 0xA5AD0E) is known color: Citrus. HEX triplet: A5, AD and 0E. RGB value is (165,173,14). Sum of RGB (Red+Green+Blue) = 165+173+14=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AD0E is #5A52F1. Grayscale: #999999. Windows color (decimal): -5919474 or 961957. OLE color: 961957.
HSL color Cylindrical-coordinate representation of color #A5AD0E: hue angle of 63.02º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5AD0E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 14 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.32 |
| HSL | 63.02º | 0.85% | 0.37% | - |
| HSV(B) | 63.02º | 0.92% | 0.68% | - |
| XYZ | 30.54 | 37.92 | 6.12 | - |
| YUV | 152.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 14 | 0.05 | 0 | 0.92 | 0.32 | 63.02 | 0.85 | 0.37 |
| Hex | A5 | AD | E | 5 | 0 | 5C | 20 | 3F | 55 | 25 |
| Octal | 245 | 255 | 16 | 5 | 0 | 134 | 40 | 77 | 125 | 45 |
| Binary | 10100101 | 10101101 | 1110 | 101 | 0 | 1011100 | 100000 | 111111 | 1010101 | 100101 |
Color Harmonies of #A5AD0E
Complementary color
Monochromatic Colors of #A5AD0E
Black with #A5AD0E
Text Example
Text Example
White with #A5AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD0E; }
p { color: rgb(165,173,14); }
H1.HeaderClassName
{
color: #A5AD0E;
}
.AnyTagClassName
{
color: #A5AD0E;
}
</style>
background-color css
<style>
a { background-color: #A5AD0E; }
a { background-color: rgb(165,173,14); }
div.DivClassName
{
background-color: #A5AD0E;
}
.BgClassName
{
background-color: #A5AD0E;
}
</style>
border-color css
<style>
span { border-color: #A5AD0E; }
span { border-color: rgb(165,173,14); }
td.TdClassName
{
border-color: #A5AD0E;
}
.TagClassName
{
border-color: #A5AD0E;
}
</style>