Shades of Gum Leaf #A5BAAC
Tints of Gum Leaf #A5BAAC
RGB
CMYK
RGB Variations
Color information
#A5BAAC (or 0xA5BAAC) is known color: Gum Leaf. HEX triplet: A5, BA and AC. RGB value is (165,186,172). Sum of RGB (Red+Green+Blue) = 165+186+172=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAC is #5A4553. Grayscale: #B2B2B2. Windows color (decimal): -5915988 or 11319973. OLE color: 11319973.
HSL color Cylindrical-coordinate representation of color #A5BAAC: hue angle of 140º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5BAAC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 172 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.27 |
| HSL | 140º | 0.13% | 0.69% | - |
| HSV(B) | 140º | 0.11% | 0.73% | - |
| XYZ | 40.52 | 46.1 | 45.79 | - |
| YUV | 178.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 172 | 0.11 | 0 | 0.08 | 0.27 | 140 | 0.13 | 0.69 |
| Hex | A5 | BA | AC | B | 0 | 8 | 1B | 8C | D | 45 |
| Octal | 245 | 272 | 254 | 13 | 0 | 10 | 33 | 214 | 15 | 105 |
| Binary | 10100101 | 10111010 | 10101100 | 1011 | 0 | 1000 | 11011 | 10001100 | 1101 | 1000101 |
Color Harmonies of #A5BAAC
Complementary color
Monochromatic Colors of #A5BAAC
Black with #A5BAAC
Text Example
Text Example
White with #A5BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BAAC; }
p { color: rgb(165,186,172); }
H1.HeaderClassName
{
color: #A5BAAC;
}
.AnyTagClassName
{
color: #A5BAAC;
}
</style>
background-color css
<style>
a { background-color: #A5BAAC; }
a { background-color: rgb(165,186,172); }
div.DivClassName
{
background-color: #A5BAAC;
}
.BgClassName
{
background-color: #A5BAAC;
}
</style>
border-color css
<style>
span { border-color: #A5BAAC; }
span { border-color: rgb(165,186,172); }
td.TdClassName
{
border-color: #A5BAAC;
}
.TagClassName
{
border-color: #A5BAAC;
}
</style>