Shades of Gum Leaf #A6CAB0
Tints of Gum Leaf #A6CAB0
RGB
CMYK
RGB Variations
Color information
#A6CAB0 (or 0xA6CAB0) is known color: Gum Leaf. HEX triplet: A6, CA and B0. RGB value is (166,202,176). Sum of RGB (Red+Green+Blue) = 166+202+176=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CAB0 is #59354F. Grayscale: #BCBCBC. Windows color (decimal): -5846352 or 11586214. OLE color: 11586214.
HSL color Cylindrical-coordinate representation of color #A6CAB0: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 176 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.21 |
| HSL | 136.67º | 0.25% | 0.72% | - |
| HSV(B) | 136.67º | 0.18% | 0.79% | - |
| XYZ | 44.68 | 53.48 | 49.04 | - |
| YUV | 188.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 176 | 0.18 | 0 | 0.13 | 0.21 | 136.67 | 0.25 | 0.72 |
| Hex | A6 | CA | B0 | 12 | 0 | D | 15 | 89 | 19 | 48 |
| Octal | 246 | 312 | 260 | 22 | 0 | 15 | 25 | 211 | 31 | 110 |
| Binary | 10100110 | 11001010 | 10110000 | 10010 | 0 | 1101 | 10101 | 10001001 | 11001 | 1001000 |
Color Harmonies of #A6CAB0
Complementary color
Monochromatic Colors of #A6CAB0
Black with #A6CAB0
Text Example
Text Example
White with #A6CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAB0; }
p { color: rgb(166,202,176); }
H1.HeaderClassName
{
color: #A6CAB0;
}
.AnyTagClassName
{
color: #A6CAB0;
}
</style>
background-color css
<style>
a { background-color: #A6CAB0; }
a { background-color: rgb(166,202,176); }
div.DivClassName
{
background-color: #A6CAB0;
}
.BgClassName
{
background-color: #A6CAB0;
}
</style>
border-color css
<style>
span { border-color: #A6CAB0; }
span { border-color: rgb(166,202,176); }
td.TdClassName
{
border-color: #A6CAB0;
}
.TagClassName
{
border-color: #A6CAB0;
}
</style>