#ACC3AE

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

Shades of Gum Leaf #ACC3AE

Tints of Gum Leaf #ACC3AE

Color information

#ACC3AE (or 0xACC3AE) is unknown color: approx Gum Leaf. HEX triplet: AC, C3 and AE. RGB value is (172,195,174). Sum of RGB (Red+Green+Blue) = 172+195+174=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3AE is #533C51. Grayscale: #B9B9B9. Windows color (decimal): -5454930 or 11453356. OLE color: 11453356.

HSL color Cylindrical-coordinate representation of color #ACC3AE: hue angle of 125.22º 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 #ACC3AE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB172195174-
CMYK0.1200.110.24
HSL125.22º16.08%71.96%-
HSV(B)125.22º11.79%76.47%-
XYZ44.1750.8647.53-
YUV185.73121.38118.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=31.79%
G=36.04%
B=32.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951740.1200.110.24125.2216.0871.96
HexACC3AEC0B187d1048
Octal254303256140133017520110
Binary101011001100001110101110110001011110001111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3AE; }

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

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

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

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

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

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

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

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