Shades of Citrus #A5A80E
Tints of Citrus #A5A80E
RGB
CMYK
RGB Variations
Color information
#A5A80E (or 0xA5A80E) is known color: Citrus. HEX triplet: A5, A8 and 0E. RGB value is (165,168,14). Sum of RGB (Red+Green+Blue) = 165+168+14=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A80E is #5A57F1. Grayscale: #969696. Windows color (decimal): -5920754 or 960677. OLE color: 960677.
HSL color Cylindrical-coordinate representation of color #A5A80E: hue angle of 61.17º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5A80E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 168 | 14 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.34 |
| HSL | 61.17º | 0.85% | 0.36% | - |
| HSV(B) | 61.17º | 0.92% | 0.66% | - |
| XYZ | 29.6 | 36.04 | 5.81 | - |
| YUV | 149.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 14 | 0.02 | 0 | 0.92 | 0.34 | 61.17 | 0.85 | 0.36 |
| Hex | A5 | A8 | E | 2 | 0 | 5C | 22 | 3D | 55 | 24 |
| Octal | 245 | 250 | 16 | 2 | 0 | 134 | 42 | 75 | 125 | 44 |
| Binary | 10100101 | 10101000 | 1110 | 10 | 0 | 1011100 | 100010 | 111101 | 1010101 | 100100 |
Color Harmonies of #A5A80E
Complementary color
Monochromatic Colors of #A5A80E
Black with #A5A80E
Text Example
Text Example
White with #A5A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A80E; }
p { color: rgb(165,168,14); }
H1.HeaderClassName
{
color: #A5A80E;
}
.AnyTagClassName
{
color: #A5A80E;
}
</style>
background-color css
<style>
a { background-color: #A5A80E; }
a { background-color: rgb(165,168,14); }
div.DivClassName
{
background-color: #A5A80E;
}
.BgClassName
{
background-color: #A5A80E;
}
</style>
border-color css
<style>
span { border-color: #A5A80E; }
span { border-color: rgb(165,168,14); }
td.TdClassName
{
border-color: #A5A80E;
}
.TagClassName
{
border-color: #A5A80E;
}
</style>