Shades of Citrus #A5AA0E
Tints of Citrus #A5AA0E
RGB
CMYK
RGB Variations
Color information
#A5AA0E (or 0xA5AA0E) is known color: Citrus. HEX triplet: A5, AA and 0E. RGB value is (165,170,14). Sum of RGB (Red+Green+Blue) = 165+170+14=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AA0E is #5A55F1. Grayscale: #979797. Windows color (decimal): -5920242 or 961189. OLE color: 961189.
HSL color Cylindrical-coordinate representation of color #A5AA0E: hue angle of 61.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5AA0E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 14 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.33 |
| HSL | 61.92º | 0.85% | 0.36% | - |
| HSV(B) | 61.92º | 0.92% | 0.67% | - |
| XYZ | 29.97 | 36.78 | 5.94 | - |
| YUV | 150.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 14 | 0.03 | 0 | 0.92 | 0.33 | 61.92 | 0.85 | 0.36 |
| Hex | A5 | AA | E | 3 | 0 | 5C | 21 | 3E | 55 | 24 |
| Octal | 245 | 252 | 16 | 3 | 0 | 134 | 41 | 76 | 125 | 44 |
| Binary | 10100101 | 10101010 | 1110 | 11 | 0 | 1011100 | 100001 | 111110 | 1010101 | 100100 |
Color Harmonies of #A5AA0E
Complementary color
Monochromatic Colors of #A5AA0E
Black with #A5AA0E
Text Example
Text Example
White with #A5AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA0E; }
p { color: rgb(165,170,14); }
H1.HeaderClassName
{
color: #A5AA0E;
}
.AnyTagClassName
{
color: #A5AA0E;
}
</style>
background-color css
<style>
a { background-color: #A5AA0E; }
a { background-color: rgb(165,170,14); }
div.DivClassName
{
background-color: #A5AA0E;
}
.BgClassName
{
background-color: #A5AA0E;
}
</style>
border-color css
<style>
span { border-color: #A5AA0E; }
span { border-color: rgb(165,170,14); }
td.TdClassName
{
border-color: #A5AA0E;
}
.TagClassName
{
border-color: #A5AA0E;
}
</style>