Shades of Citrus #A5AD14
Tints of Citrus #A5AD14
RGB
CMYK
RGB Variations
Color information
#A5AD14 (or 0xA5AD14) is known color: Citrus. HEX triplet: A5, AD and 14. RGB value is (165,173,20). Sum of RGB (Red+Green+Blue) = 165+173+20=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AD14 is #5A52EB. Grayscale: #999999. Windows color (decimal): -5919468 or 1355173. OLE color: 1355173.
HSL color Cylindrical-coordinate representation of color #A5AD14: hue angle of 63.14º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5AD14 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 20 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.32 |
| HSL | 63.14º | 0.79% | 0.38% | - |
| HSV(B) | 63.14º | 0.88% | 0.68% | - |
| XYZ | 30.59 | 37.94 | 6.37 | - |
| YUV | 153.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 20 | 0.05 | 0 | 0.88 | 0.32 | 63.14 | 0.79 | 0.38 |
| Hex | A5 | AD | 14 | 5 | 0 | 58 | 20 | 3F | 4F | 26 |
| Octal | 245 | 255 | 24 | 5 | 0 | 130 | 40 | 77 | 117 | 46 |
| Binary | 10100101 | 10101101 | 10100 | 101 | 0 | 1011000 | 100000 | 111111 | 1001111 | 100110 |
Color Harmonies of #A5AD14
Complementary color
Monochromatic Colors of #A5AD14
Black with #A5AD14
Text Example
Text Example
White with #A5AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD14; }
p { color: rgb(165,173,20); }
H1.HeaderClassName
{
color: #A5AD14;
}
.AnyTagClassName
{
color: #A5AD14;
}
</style>
background-color css
<style>
a { background-color: #A5AD14; }
a { background-color: rgb(165,173,20); }
div.DivClassName
{
background-color: #A5AD14;
}
.BgClassName
{
background-color: #A5AD14;
}
</style>
border-color css
<style>
span { border-color: #A5AD14; }
span { border-color: rgb(165,173,20); }
td.TdClassName
{
border-color: #A5AD14;
}
.TagClassName
{
border-color: #A5AD14;
}
</style>