#ACC7AF

Color #ACC7AF Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ACC7AF

Tints of Gum Leaf #ACC7AF

Color information

#ACC7AF (or 0xACC7AF) is unknown color: approx 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

RGB172199175-
CMYK0.1400.120.22
HSL126.67º19.42%72.75%-
HSV(B)126.67º13.57%78.04%-
XYZ45.1752.7148.35-
YUV188.19120.55116.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=31.50%
G=36.45%
B=32.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991750.1400.120.22126.6719.4272.75
HexACC7AFE0C167f1349
Octal254307257160142617723111
Binary101011001100011110101111111001100101101111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>