#ACC3AF

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

Shades of Gum Leaf #ACC3AF

Tints of Gum Leaf #ACC3AF

Color information

#ACC3AF (or 0xACC3AF) is unknown color: approx Gum Leaf. HEX triplet: AC, C3 and AF. RGB value is (172,195,175). Sum of RGB (Red+Green+Blue) = 172+195+175=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3AF is #533C50. Grayscale: #B9B9B9. Windows color (decimal): -5454929 or 11518892. OLE color: 11518892.

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

Color convert

RGB172195175-
CMYK0.1200.100.24
HSL127.83º16.08%71.96%-
HSV(B)127.83º11.79%76.47%-
XYZ44.2750.948.05-
YUV185.84121.88118.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=31.73%
G=35.98%
B=32.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951750.1200.100.24127.8316.0871.96
HexACC3AFC0A18801048
Octal254303257140123020020110
Binary1010110011000011101011111100010101100010000000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3AF; }

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

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

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

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

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

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

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

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