Shades of Gum Leaf #A7CBAE
Tints of Gum Leaf #A7CBAE
RGB
CMYK
RGB Variations
Color information
#A7CBAE (or 0xA7CBAE) is known color: Gum Leaf. HEX triplet: A7, CB and AE. RGB value is (167,203,174). Sum of RGB (Red+Green+Blue) = 167+203+174=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CBAE is #583451. Grayscale: #BDBDBD. Windows color (decimal): -5780562 or 11455399. OLE color: 11455399.
HSL color Cylindrical-coordinate representation of color #A7CBAE: hue angle of 131.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CBAE is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 203 | 174 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.20 |
| HSL | 131.67º | 0.26% | 0.73% | - |
| HSV(B) | 131.67º | 0.18% | 0.8% | - |
| XYZ | 44.93 | 53.98 | 48.1 | - |
| YUV | 188.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 174 | 0.18 | 0 | 0.14 | 0.20 | 131.67 | 0.26 | 0.73 |
| Hex | A7 | CB | AE | 12 | 0 | E | 14 | 84 | 1A | 49 |
| Octal | 247 | 313 | 256 | 22 | 0 | 16 | 24 | 204 | 32 | 111 |
| Binary | 10100111 | 11001011 | 10101110 | 10010 | 0 | 1110 | 10100 | 10000100 | 11010 | 1001001 |
Color Harmonies of #A7CBAE
Complementary color
Monochromatic Colors of #A7CBAE
Black with #A7CBAE
Text Example
Text Example
White with #A7CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBAE; }
p { color: rgb(167,203,174); }
H1.HeaderClassName
{
color: #A7CBAE;
}
.AnyTagClassName
{
color: #A7CBAE;
}
</style>
background-color css
<style>
a { background-color: #A7CBAE; }
a { background-color: rgb(167,203,174); }
div.DivClassName
{
background-color: #A7CBAE;
}
.BgClassName
{
background-color: #A7CBAE;
}
</style>
border-color css
<style>
span { border-color: #A7CBAE; }
span { border-color: rgb(167,203,174); }
td.TdClassName
{
border-color: #A7CBAE;
}
.TagClassName
{
border-color: #A7CBAE;
}
</style>