Shades of Gum Leaf #A5B8AA
Tints of Gum Leaf #A5B8AA
RGB
CMYK
RGB Variations
Color information
#A5B8AA (or 0xA5B8AA) is known color: Gum Leaf. HEX triplet: A5, B8 and AA. RGB value is (165,184,170). Sum of RGB (Red+Green+Blue) = 165+184+170=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B8AA is #5A4755. Grayscale: #B0B0B0. Windows color (decimal): -5916502 or 11188389. OLE color: 11188389.
HSL color Cylindrical-coordinate representation of color #A5B8AA: hue angle of 135.79º degrees, saturation: 0.12, 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 #A5B8AA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 170 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.28 |
| HSL | 135.79º | 0.12% | 0.68% | - |
| HSV(B) | 135.79º | 0.1% | 0.72% | - |
| XYZ | 39.91 | 45.18 | 44.65 | - |
| YUV | 176.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 170 | 0.10 | 0 | 0.08 | 0.28 | 135.79 | 0.12 | 0.68 |
| Hex | A5 | B8 | AA | A | 0 | 8 | 1C | 88 | C | 44 |
| Octal | 245 | 270 | 252 | 12 | 0 | 10 | 34 | 210 | 14 | 104 |
| Binary | 10100101 | 10111000 | 10101010 | 1010 | 0 | 1000 | 11100 | 10001000 | 1100 | 1000100 |
Color Harmonies of #A5B8AA
Complementary color
Monochromatic Colors of #A5B8AA
Black with #A5B8AA
Text Example
Text Example
White with #A5B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8AA; }
p { color: rgb(165,184,170); }
H1.HeaderClassName
{
color: #A5B8AA;
}
.AnyTagClassName
{
color: #A5B8AA;
}
</style>
background-color css
<style>
a { background-color: #A5B8AA; }
a { background-color: rgb(165,184,170); }
div.DivClassName
{
background-color: #A5B8AA;
}
.BgClassName
{
background-color: #A5B8AA;
}
</style>
border-color css
<style>
span { border-color: #A5B8AA; }
span { border-color: rgb(165,184,170); }
td.TdClassName
{
border-color: #A5B8AA;
}
.TagClassName
{
border-color: #A5B8AA;
}
</style>