Shades of Gum Leaf #A5C5AB
Tints of Gum Leaf #A5C5AB
RGB
CMYK
RGB Variations
Color information
#A5C5AB (or 0xA5C5AB) is known color: Gum Leaf. HEX triplet: A5, C5 and AB. RGB value is (165,197,171). Sum of RGB (Red+Green+Blue) = 165+197+171=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C5AB is #5A3A54. Grayscale: #B8B8B8. Windows color (decimal): -5913173 or 11257253. OLE color: 11257253.
HSL color Cylindrical-coordinate representation of color #A5C5AB: hue angle of 131.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C5AB is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 171 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.23 |
| HSL | 131.25º | 0.22% | 0.71% | - |
| HSV(B) | 131.25º | 0.16% | 0.77% | - |
| XYZ | 42.83 | 50.87 | 46.09 | - |
| YUV | 184.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 171 | 0.16 | 0 | 0.13 | 0.23 | 131.25 | 0.22 | 0.71 |
| Hex | A5 | C5 | AB | 10 | 0 | D | 17 | 83 | 16 | 47 |
| Octal | 245 | 305 | 253 | 20 | 0 | 15 | 27 | 203 | 26 | 107 |
| Binary | 10100101 | 11000101 | 10101011 | 10000 | 0 | 1101 | 10111 | 10000011 | 10110 | 1000111 |
Color Harmonies of #A5C5AB
Complementary color
Monochromatic Colors of #A5C5AB
Black with #A5C5AB
Text Example
Text Example
White with #A5C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5AB; }
p { color: rgb(165,197,171); }
H1.HeaderClassName
{
color: #A5C5AB;
}
.AnyTagClassName
{
color: #A5C5AB;
}
</style>
background-color css
<style>
a { background-color: #A5C5AB; }
a { background-color: rgb(165,197,171); }
div.DivClassName
{
background-color: #A5C5AB;
}
.BgClassName
{
background-color: #A5C5AB;
}
</style>
border-color css
<style>
span { border-color: #A5C5AB; }
span { border-color: rgb(165,197,171); }
td.TdClassName
{
border-color: #A5C5AB;
}
.TagClassName
{
border-color: #A5C5AB;
}
</style>