Shades of Gum Leaf #ACC7AF
Tints of Gum Leaf #ACC7AF
RGB
CMYK
RGB Variations
Color information
#ACC7AF (or 0xACC7AF) is known color: Gum Leaf. HEX triplet: AC, C7 and AF. RGB value is (172,199,175). Sum of RGB (Red+Green+Blue) = 172+199+175=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7AF is #533850. Grayscale: #BCBCBC. Windows color (decimal): -5453905 or 11519916. OLE color: 11519916.
HSL color Cylindrical-coordinate representation of color #ACC7AF: hue angle of 126.67º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC7AF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 175 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.22 |
| HSL | 126.67º | 0.19% | 0.73% | - |
| HSV(B) | 126.67º | 0.14% | 0.78% | - |
| XYZ | 45.17 | 52.71 | 48.35 | - |
| YUV | 188.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 175 | 0.14 | 0 | 0.12 | 0.22 | 126.67 | 0.19 | 0.73 |
| Hex | AC | C7 | AF | E | 0 | C | 16 | 7F | 13 | 49 |
| Octal | 254 | 307 | 257 | 16 | 0 | 14 | 26 | 177 | 23 | 111 |
| Binary | 10101100 | 11000111 | 10101111 | 1110 | 0 | 1100 | 10110 | 1111111 | 10011 | 1001001 |
Color Harmonies of #ACC7AF
Complementary color
Monochromatic Colors of #ACC7AF
Black with #ACC7AF
Text Example
Text Example
White with #ACC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7AF; }
p { color: rgb(172,199,175); }
H1.HeaderClassName
{
color: #ACC7AF;
}
.AnyTagClassName
{
color: #ACC7AF;
}
</style>
background-color css
<style>
a { background-color: #ACC7AF; }
a { background-color: rgb(172,199,175); }
div.DivClassName
{
background-color: #ACC7AF;
}
.BgClassName
{
background-color: #ACC7AF;
}
</style>
border-color css
<style>
span { border-color: #ACC7AF; }
span { border-color: rgb(172,199,175); }
td.TdClassName
{
border-color: #ACC7AF;
}
.TagClassName
{
border-color: #ACC7AF;
}
</style>