Shades of Gum Leaf #A5BFAC
Tints of Gum Leaf #A5BFAC
RGB
CMYK
RGB Variations
Color information
#A5BFAC (or 0xA5BFAC) is known color: Gum Leaf. HEX triplet: A5, BF and AC. RGB value is (165,191,172). Sum of RGB (Red+Green+Blue) = 165+191+172=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFAC is #5A4053. Grayscale: #B5B5B5. Windows color (decimal): -5914708 or 11321253. OLE color: 11321253.
HSL color Cylindrical-coordinate representation of color #A5BFAC: hue angle of 136.15º degrees, saturation: 0.17, 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 #A5BFAC is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 191 | 172 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.25 |
| HSL | 136.15º | 0.17% | 0.7% | - |
| HSV(B) | 136.15º | 0.14% | 0.75% | - |
| XYZ | 41.59 | 48.24 | 46.15 | - |
| YUV | 181.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 172 | 0.14 | 0 | 0.10 | 0.25 | 136.15 | 0.17 | 0.7 |
| Hex | A5 | BF | AC | E | 0 | A | 19 | 88 | 11 | 46 |
| Octal | 245 | 277 | 254 | 16 | 0 | 12 | 31 | 210 | 21 | 106 |
| Binary | 10100101 | 10111111 | 10101100 | 1110 | 0 | 1010 | 11001 | 10001000 | 10001 | 1000110 |
Color Harmonies of #A5BFAC
Complementary color
Monochromatic Colors of #A5BFAC
Black with #A5BFAC
Text Example
Text Example
White with #A5BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFAC; }
p { color: rgb(165,191,172); }
H1.HeaderClassName
{
color: #A5BFAC;
}
.AnyTagClassName
{
color: #A5BFAC;
}
</style>
background-color css
<style>
a { background-color: #A5BFAC; }
a { background-color: rgb(165,191,172); }
div.DivClassName
{
background-color: #A5BFAC;
}
.BgClassName
{
background-color: #A5BFAC;
}
</style>
border-color css
<style>
span { border-color: #A5BFAC; }
span { border-color: rgb(165,191,172); }
td.TdClassName
{
border-color: #A5BFAC;
}
.TagClassName
{
border-color: #A5BFAC;
}
</style>