Shades of Gum Leaf #A3BFAB
Tints of Gum Leaf #A3BFAB
RGB
CMYK
RGB Variations
Color information
#A3BFAB (or 0xA3BFAB) is known color: Gum Leaf. HEX triplet: A3, BF and AB. RGB value is (163,191,171). Sum of RGB (Red+Green+Blue) = 163+191+171=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BFAB is #5C4054. Grayscale: #B4B4B4. Windows color (decimal): -6045781 or 11255715. OLE color: 11255715.
HSL color Cylindrical-coordinate representation of color #A3BFAB: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BFAB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 171 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.25 |
| HSL | 137.14º | 0.18% | 0.69% | - |
| HSV(B) | 137.14º | 0.15% | 0.75% | - |
| XYZ | 41.09 | 47.99 | 45.63 | - |
| YUV | 180.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 171 | 0.15 | 0 | 0.10 | 0.25 | 137.14 | 0.18 | 0.69 |
| Hex | A3 | BF | AB | F | 0 | A | 19 | 89 | 12 | 45 |
| Octal | 243 | 277 | 253 | 17 | 0 | 12 | 31 | 211 | 22 | 105 |
| Binary | 10100011 | 10111111 | 10101011 | 1111 | 0 | 1010 | 11001 | 10001001 | 10010 | 1000101 |
Color Harmonies of #A3BFAB
Complementary color
Monochromatic Colors of #A3BFAB
Black with #A3BFAB
Text Example
Text Example
White with #A3BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFAB; }
p { color: rgb(163,191,171); }
H1.HeaderClassName
{
color: #A3BFAB;
}
.AnyTagClassName
{
color: #A3BFAB;
}
</style>
background-color css
<style>
a { background-color: #A3BFAB; }
a { background-color: rgb(163,191,171); }
div.DivClassName
{
background-color: #A3BFAB;
}
.BgClassName
{
background-color: #A3BFAB;
}
</style>
border-color css
<style>
span { border-color: #A3BFAB; }
span { border-color: rgb(163,191,171); }
td.TdClassName
{
border-color: #A3BFAB;
}
.TagClassName
{
border-color: #A3BFAB;
}
</style>