Shades of Gum Leaf #A5C0AB
Tints of Gum Leaf #A5C0AB
RGB
CMYK
RGB Variations
Color information
#A5C0AB (or 0xA5C0AB) is known color: Gum Leaf. HEX triplet: A5, C0 and AB. RGB value is (165,192,171). Sum of RGB (Red+Green+Blue) = 165+192+171=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C0AB is #5A3F54. Grayscale: #B5B5B5. Windows color (decimal): -5914453 or 11255973. OLE color: 11255973.
HSL color Cylindrical-coordinate representation of color #A5C0AB: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0AB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 171 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.25 |
| HSL | 133.33º | 0.18% | 0.7% | - |
| HSV(B) | 133.33º | 0.14% | 0.75% | - |
| XYZ | 41.72 | 48.64 | 45.72 | - |
| YUV | 181.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 171 | 0.14 | 0 | 0.11 | 0.25 | 133.33 | 0.18 | 0.7 |
| Hex | A5 | C0 | AB | E | 0 | B | 19 | 85 | 12 | 46 |
| Octal | 245 | 300 | 253 | 16 | 0 | 13 | 31 | 205 | 22 | 106 |
| Binary | 10100101 | 11000000 | 10101011 | 1110 | 0 | 1011 | 11001 | 10000101 | 10010 | 1000110 |
Color Harmonies of #A5C0AB
Complementary color
Monochromatic Colors of #A5C0AB
Black with #A5C0AB
Text Example
Text Example
White with #A5C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0AB; }
p { color: rgb(165,192,171); }
H1.HeaderClassName
{
color: #A5C0AB;
}
.AnyTagClassName
{
color: #A5C0AB;
}
</style>
background-color css
<style>
a { background-color: #A5C0AB; }
a { background-color: rgb(165,192,171); }
div.DivClassName
{
background-color: #A5C0AB;
}
.BgClassName
{
background-color: #A5C0AB;
}
</style>
border-color css
<style>
span { border-color: #A5C0AB; }
span { border-color: rgb(165,192,171); }
td.TdClassName
{
border-color: #A5C0AB;
}
.TagClassName
{
border-color: #A5C0AB;
}
</style>