Shades of Citrus #A5AA13
Tints of Citrus #A5AA13
RGB
CMYK
RGB Variations
Color information
#A5AA13 (or 0xA5AA13) is known color: Citrus. HEX triplet: A5, AA and 13. RGB value is (165,170,19). Sum of RGB (Red+Green+Blue) = 165+170+19=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AA13 is #5A55EC. Grayscale: #979797. Windows color (decimal): -5920237 or 1288869. OLE color: 1288869.
HSL color Cylindrical-coordinate representation of color #A5AA13: hue angle of 61.99º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5AA13 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 19 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.33 |
| HSL | 61.99º | 0.8% | 0.37% | - |
| HSV(B) | 61.99º | 0.89% | 0.67% | - |
| XYZ | 30.01 | 36.8 | 6.14 | - |
| YUV | 151.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 19 | 0.03 | 0 | 0.89 | 0.33 | 61.99 | 0.8 | 0.37 |
| Hex | A5 | AA | 13 | 3 | 0 | 59 | 21 | 3E | 50 | 25 |
| Octal | 245 | 252 | 23 | 3 | 0 | 131 | 41 | 76 | 120 | 45 |
| Binary | 10100101 | 10101010 | 10011 | 11 | 0 | 1011001 | 100001 | 111110 | 1010000 | 100101 |
Color Harmonies of #A5AA13
Complementary color
Monochromatic Colors of #A5AA13
Black with #A5AA13
Text Example
Text Example
White with #A5AA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA13; }
p { color: rgb(165,170,19); }
H1.HeaderClassName
{
color: #A5AA13;
}
.AnyTagClassName
{
color: #A5AA13;
}
</style>
background-color css
<style>
a { background-color: #A5AA13; }
a { background-color: rgb(165,170,19); }
div.DivClassName
{
background-color: #A5AA13;
}
.BgClassName
{
background-color: #A5AA13;
}
</style>
border-color css
<style>
span { border-color: #A5AA13; }
span { border-color: rgb(165,170,19); }
td.TdClassName
{
border-color: #A5AA13;
}
.TagClassName
{
border-color: #A5AA13;
}
</style>