Shades of Gum Leaf #A5B7AA
Tints of Gum Leaf #A5B7AA
RGB
CMYK
RGB Variations
Color information
#A5B7AA (or 0xA5B7AA) is known color: Gum Leaf. HEX triplet: A5, B7 and AA. RGB value is (165,183,170). Sum of RGB (Red+Green+Blue) = 165+183+170=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7AA is #5A4855. Grayscale: #B0B0B0. Windows color (decimal): -5916758 or 11188133. OLE color: 11188133.
HSL color Cylindrical-coordinate representation of color #A5B7AA: hue angle of 136.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B7AA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 170 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.28 |
| HSL | 136.67º | 0.11% | 0.68% | - |
| HSV(B) | 136.67º | 0.1% | 0.72% | - |
| XYZ | 39.71 | 44.77 | 44.58 | - |
| YUV | 176.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 170 | 0.10 | 0 | 0.07 | 0.28 | 136.67 | 0.11 | 0.68 |
| Hex | A5 | B7 | AA | A | 0 | 7 | 1C | 89 | B | 44 |
| Octal | 245 | 267 | 252 | 12 | 0 | 7 | 34 | 211 | 13 | 104 |
| Binary | 10100101 | 10110111 | 10101010 | 1010 | 0 | 111 | 11100 | 10001001 | 1011 | 1000100 |
Color Harmonies of #A5B7AA
Complementary color
Monochromatic Colors of #A5B7AA
Black with #A5B7AA
Text Example
Text Example
White with #A5B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7AA; }
p { color: rgb(165,183,170); }
H1.HeaderClassName
{
color: #A5B7AA;
}
.AnyTagClassName
{
color: #A5B7AA;
}
</style>
background-color css
<style>
a { background-color: #A5B7AA; }
a { background-color: rgb(165,183,170); }
div.DivClassName
{
background-color: #A5B7AA;
}
.BgClassName
{
background-color: #A5B7AA;
}
</style>
border-color css
<style>
span { border-color: #A5B7AA; }
span { border-color: rgb(165,183,170); }
td.TdClassName
{
border-color: #A5B7AA;
}
.TagClassName
{
border-color: #A5B7AA;
}
</style>