#ACC1AF

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

Shades of Gum Leaf #ACC1AF

Tints of Gum Leaf #ACC1AF

Color information

#ACC1AF (or 0xACC1AF) is unknown color: approx Gum Leaf. HEX triplet: AC, C1 and AF. RGB value is (172,193,175). Sum of RGB (Red+Green+Blue) = 172+193+175=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1AF is #533E50. Grayscale: #B8B8B8. Windows color (decimal): -5455441 or 11518380. OLE color: 11518380.

HSL color Cylindrical-coordinate representation of color #ACC1AF: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1AF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB172193175-
CMYK0.1100.090.24
HSL128.57º14.48%71.57%-
HSV(B)128.57º10.88%75.69%-
XYZ43.8250.0147.9-
YUV184.67122.54118.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=31.85%
G=35.74%
B=32.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931750.1100.090.24128.5714.4871.57
HexACC1AFB091881e48
Octal254301257130113020116110
Binary101011001100000110101111101101001110001000000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1AF; }

 p { color: rgb(172,193,175); }

 H1.HeaderClassName
 {
   color: #ACC1AF;
 }
 .AnyTagClassName
 {
   color: #ACC1AF;
 }
</style>
background-color css

<style>
 a { background-color: #ACC1AF; }

 a { background-color: rgb(172,193,175); }

 div.DivClassName
 {
   background-color: #ACC1AF;
 }
 .BgClassName
 {
   background-color: #ACC1AF;
 }
</style>
border-color css

<style>
 span { border-color: #ACC1AF; }

 span { border-color: rgb(172,193,175); }

 td.TdClassName
 {
   border-color: #ACC1AF;
 }
 .TagClassName
 {
   border-color: #ACC1AF;
 }
</style>