Shades of Gum Leaf #A5B9AA
Tints of Gum Leaf #A5B9AA
RGB
CMYK
RGB Variations
Color information
#A5B9AA (or 0xA5B9AA) is known color: Gum Leaf. HEX triplet: A5, B9 and AA. RGB value is (165,185,170). Sum of RGB (Red+Green+Blue) = 165+185+170=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AA is #5A4655. Grayscale: #B1B1B1. Windows color (decimal): -5916246 or 11188645. OLE color: 11188645.
HSL color Cylindrical-coordinate representation of color #A5B9AA: hue angle of 135º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B9AA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 170 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.27 |
| HSL | 135º | 0.13% | 0.69% | - |
| HSV(B) | 135º | 0.11% | 0.73% | - |
| XYZ | 40.12 | 45.6 | 44.72 | - |
| YUV | 177.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 170 | 0.11 | 0 | 0.08 | 0.27 | 135 | 0.13 | 0.69 |
| Hex | A5 | B9 | AA | B | 0 | 8 | 1B | 87 | C | 45 |
| Octal | 245 | 271 | 252 | 13 | 0 | 10 | 33 | 207 | 14 | 105 |
| Binary | 10100101 | 10111001 | 10101010 | 1011 | 0 | 1000 | 11011 | 10000111 | 1100 | 1000101 |
Color Harmonies of #A5B9AA
Complementary color
Monochromatic Colors of #A5B9AA
Black with #A5B9AA
Text Example
Text Example
White with #A5B9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B9AA; }
p { color: rgb(165,185,170); }
H1.HeaderClassName
{
color: #A5B9AA;
}
.AnyTagClassName
{
color: #A5B9AA;
}
</style>
background-color css
<style>
a { background-color: #A5B9AA; }
a { background-color: rgb(165,185,170); }
div.DivClassName
{
background-color: #A5B9AA;
}
.BgClassName
{
background-color: #A5B9AA;
}
</style>
border-color css
<style>
span { border-color: #A5B9AA; }
span { border-color: rgb(165,185,170); }
td.TdClassName
{
border-color: #A5B9AA;
}
.TagClassName
{
border-color: #A5B9AA;
}
</style>