Shades of Gum Leaf #A7B7AA
Tints of Gum Leaf #A7B7AA
RGB
CMYK
RGB Variations
Color information
#A7B7AA (or 0xA7B7AA) is known color: Gum Leaf. HEX triplet: A7, B7 and AA. RGB value is (167,183,170). Sum of RGB (Red+Green+Blue) = 167+183+170=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B7AA is #584855. Grayscale: #B0B0B0. Windows color (decimal): -5785686 or 11188135. OLE color: 11188135.
HSL color Cylindrical-coordinate representation of color #A7B7AA: hue angle of 131.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7B7AA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 170 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.28 |
| HSL | 131.25º | 0.1% | 0.69% | - |
| HSV(B) | 131.25º | 0.09% | 0.72% | - |
| XYZ | 40.13 | 44.98 | 44.6 | - |
| YUV | 176.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 170 | 0.09 | 0 | 0.07 | 0.28 | 131.25 | 0.1 | 0.69 |
| Hex | A7 | B7 | AA | 9 | 0 | 7 | 1C | 83 | A | 45 |
| Octal | 247 | 267 | 252 | 11 | 0 | 7 | 34 | 203 | 12 | 105 |
| Binary | 10100111 | 10110111 | 10101010 | 1001 | 0 | 111 | 11100 | 10000011 | 1010 | 1000101 |
Color Harmonies of #A7B7AA
Complementary color
Monochromatic Colors of #A7B7AA
Black with #A7B7AA
Text Example
Text Example
White with #A7B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B7AA; }
p { color: rgb(167,183,170); }
H1.HeaderClassName
{
color: #A7B7AA;
}
.AnyTagClassName
{
color: #A7B7AA;
}
</style>
background-color css
<style>
a { background-color: #A7B7AA; }
a { background-color: rgb(167,183,170); }
div.DivClassName
{
background-color: #A7B7AA;
}
.BgClassName
{
background-color: #A7B7AA;
}
</style>
border-color css
<style>
span { border-color: #A7B7AA; }
span { border-color: rgb(167,183,170); }
td.TdClassName
{
border-color: #A7B7AA;
}
.TagClassName
{
border-color: #A7B7AA;
}
</style>