Shades of Gum Leaf #ACB7AF
Tints of Gum Leaf #ACB7AF
RGB
CMYK
RGB Variations
Color information
#ACB7AF (or 0xACB7AF) is known color: Gum Leaf. HEX triplet: AC, B7 and AF. RGB value is (172,183,175). Sum of RGB (Red+Green+Blue) = 172+183+175=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AF is #534850. Grayscale: #B2B2B2. Windows color (decimal): -5458001 or 11515820. OLE color: 11515820.
HSL color Cylindrical-coordinate representation of color #ACB7AF: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB7AF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 183 | 175 | - |
CMYK | 0.06 | 0 | 0.04 | 0.28 |
HSL | 136.36º | 0.07% | 0.7% | - |
HSV(B) | 136.36º | 0.06% | 0.72% | - |
XYZ | 41.68 | 45.73 | 47.19 | - |
YUV | 178.8 | 125.86 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 175 | 0.06 | 0 | 0.04 | 0.28 | 136.36 | 0.07 | 0.7 |
Hex | AC | B7 | AF | 6 | 0 | 4 | 1C | 88 | 7 | 46 |
Octal | 254 | 267 | 257 | 6 | 0 | 4 | 34 | 210 | 7 | 106 |
Binary | 10101100 | 10110111 | 10101111 | 110 | 0 | 100 | 11100 | 10001000 | 111 | 1000110 |
Color Harmonies of #ACB7AF
Complementary color
Monochromatic Colors of #ACB7AF
Black with #ACB7AF
Text Example
Text Example
White with #ACB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7AF; }
p { color: rgb(172,183,175); }
H1.HeaderClassName
{
color: #ACB7AF;
}
.AnyTagClassName
{
color: #ACB7AF;
}
</style>
background-color css
<style>
a { background-color: #ACB7AF; }
a { background-color: rgb(172,183,175); }
div.DivClassName
{
background-color: #ACB7AF;
}
.BgClassName
{
background-color: #ACB7AF;
}
</style>
border-color css
<style>
span { border-color: #ACB7AF; }
span { border-color: rgb(172,183,175); }
td.TdClassName
{
border-color: #ACB7AF;
}
.TagClassName
{
border-color: #ACB7AF;
}
</style>