Shades of Gum Leaf #A5B8AB
Tints of Gum Leaf #A5B8AB
RGB
CMYK
RGB Variations
Color information
#A5B8AB (or 0xA5B8AB) is known color: Gum Leaf. HEX triplet: A5, B8 and AB. RGB value is (165,184,171). Sum of RGB (Red+Green+Blue) = 165+184+171=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B8AB is #5A4754. Grayscale: #B0B0B0. Windows color (decimal): -5916501 or 11253925. OLE color: 11253925.
HSL color Cylindrical-coordinate representation of color #A5B8AB: hue angle of 138.95º 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 #A5B8AB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 171 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.28 |
| HSL | 138.95º | 0.12% | 0.68% | - |
| HSV(B) | 138.95º | 0.1% | 0.72% | - |
| XYZ | 40.01 | 45.22 | 45.15 | - |
| YUV | 176.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 171 | 0.10 | 0 | 0.07 | 0.28 | 138.95 | 0.12 | 0.68 |
| Hex | A5 | B8 | AB | A | 0 | 7 | 1C | 8B | C | 44 |
| Octal | 245 | 270 | 253 | 12 | 0 | 7 | 34 | 213 | 14 | 104 |
| Binary | 10100101 | 10111000 | 10101011 | 1010 | 0 | 111 | 11100 | 10001011 | 1100 | 1000100 |
Color Harmonies of #A5B8AB
Complementary color
Monochromatic Colors of #A5B8AB
Black with #A5B8AB
Text Example
Text Example
White with #A5B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8AB; }
p { color: rgb(165,184,171); }
H1.HeaderClassName
{
color: #A5B8AB;
}
.AnyTagClassName
{
color: #A5B8AB;
}
</style>
background-color css
<style>
a { background-color: #A5B8AB; }
a { background-color: rgb(165,184,171); }
div.DivClassName
{
background-color: #A5B8AB;
}
.BgClassName
{
background-color: #A5B8AB;
}
</style>
border-color css
<style>
span { border-color: #A5B8AB; }
span { border-color: rgb(165,184,171); }
td.TdClassName
{
border-color: #A5B8AB;
}
.TagClassName
{
border-color: #A5B8AB;
}
</style>