#ACC1AE

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

Shades of Gum Leaf #ACC1AE

Tints of Gum Leaf #ACC1AE

Color information

#ACC1AE (or 0xACC1AE) is unknown color: approx Gum Leaf. HEX triplet: AC, C1 and AE. RGB value is (172,193,174). Sum of RGB (Red+Green+Blue) = 172+193+174=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1AE is #533E51. Grayscale: #B8B8B8. Windows color (decimal): -5455442 or 11452844. OLE color: 11452844.

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

Color convert

RGB172193174-
CMYK0.1100.100.24
HSL125.71º14.48%71.57%-
HSV(B)125.71º10.88%75.69%-
XYZ43.7249.9747.38-
YUV184.56122.04119.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=31.91%
G=35.81%
B=32.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931740.1100.100.24125.7114.4871.57
HexACC1AEB0A187ee48
Octal254301256130123017616110
Binary10101100110000011010111010110101011000111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1AE; }

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

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

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

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

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

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

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

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