#ACC0AE

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

Shades of Gum Leaf #ACC0AE

Tints of Gum Leaf #ACC0AE

Color information

#ACC0AE (or 0xACC0AE) is unknown color: approx Gum Leaf. HEX triplet: AC, C0 and AE. RGB value is (172,192,174). Sum of RGB (Red+Green+Blue) = 172+192+174=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AE is #533F51. Grayscale: #B8B8B8. Windows color (decimal): -5455698 or 11452588. OLE color: 11452588.

HSL color Cylindrical-coordinate representation of color #ACC0AE: hue angle of 126º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0AE is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB172192174-
CMYK0.1000.090.25
HSL126º13.7%71.37%-
HSV(B)126º10.42%75.29%-
XYZ43.549.5347.31-
YUV183.97122.37119.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=31.97%
G=35.69%
B=32.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921740.1000.090.2512613.771.37
HexACC0AEA09197ee47
Octal254300256120113117616107
Binary10101100110000001010111010100100111001111111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0AE; }

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

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

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

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

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

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

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

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