Shades of Gum Leaf #A7CAB3
Tints of Gum Leaf #A7CAB3
RGB
CMYK
RGB Variations
Color information
#A7CAB3 (or 0xA7CAB3) is known color: Gum Leaf. HEX triplet: A7, CA and B3. RGB value is (167,202,179). Sum of RGB (Red+Green+Blue) = 167+202+179=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CAB3 is #58354C. Grayscale: #BCBCBC. Windows color (decimal): -5780813 or 11782823. OLE color: 11782823.
HSL color Cylindrical-coordinate representation of color #A7CAB3: hue angle of 140.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7CAB3 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 179 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.21 |
| HSL | 140.57º | 0.25% | 0.72% | - |
| HSV(B) | 140.57º | 0.17% | 0.79% | - |
| XYZ | 45.19 | 53.71 | 50.63 | - |
| YUV | 188.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 179 | 0.17 | 0 | 0.11 | 0.21 | 140.57 | 0.25 | 0.72 |
| Hex | A7 | CA | B3 | 11 | 0 | B | 15 | 8D | 19 | 48 |
| Octal | 247 | 312 | 263 | 21 | 0 | 13 | 25 | 215 | 31 | 110 |
| Binary | 10100111 | 11001010 | 10110011 | 10001 | 0 | 1011 | 10101 | 10001101 | 11001 | 1001000 |
Color Harmonies of #A7CAB3
Complementary color
Monochromatic Colors of #A7CAB3
Black with #A7CAB3
Text Example
Text Example
White with #A7CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CAB3; }
p { color: rgb(167,202,179); }
H1.HeaderClassName
{
color: #A7CAB3;
}
.AnyTagClassName
{
color: #A7CAB3;
}
</style>
background-color css
<style>
a { background-color: #A7CAB3; }
a { background-color: rgb(167,202,179); }
div.DivClassName
{
background-color: #A7CAB3;
}
.BgClassName
{
background-color: #A7CAB3;
}
</style>
border-color css
<style>
span { border-color: #A7CAB3; }
span { border-color: rgb(167,202,179); }
td.TdClassName
{
border-color: #A7CAB3;
}
.TagClassName
{
border-color: #A7CAB3;
}
</style>