#ACC6AE

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

Shades of Gum Leaf #ACC6AE

Tints of Gum Leaf #ACC6AE

Color information

#ACC6AE (or 0xACC6AE) is unknown color: approx Gum Leaf. HEX triplet: AC, C6 and AE. RGB value is (172,198,174). Sum of RGB (Red+Green+Blue) = 172+198+174=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6AE is #533951. Grayscale: #BBBBBB. Windows color (decimal): -5454162 or 11454124. OLE color: 11454124.

HSL color Cylindrical-coordinate representation of color #ACC6AE: hue angle of 124.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6AE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB172198174-
CMYK0.1300.120.22
HSL124.62º18.57%72.55%-
HSV(B)124.62º13.13%77.65%-
XYZ44.8552.2147.76-
YUV187.49120.39116.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=31.62%
G=36.40%
B=31.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981740.1300.120.22124.6218.5772.55
HexACC6AED0C167d1349
Octal254306256150142617523111
Binary101011001100011010101110110101100101101111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6AE; }

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

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

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

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

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

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

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

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