#ACC7AE

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

Shades of Gum Leaf #ACC7AE

Tints of Gum Leaf #ACC7AE

Color information

#ACC7AE (or 0xACC7AE) is unknown color: approx Gum Leaf. HEX triplet: AC, C7 and AE. RGB value is (172,199,174). Sum of RGB (Red+Green+Blue) = 172+199+174=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7AE is #533851. Grayscale: #BCBCBC. Windows color (decimal): -5453906 or 11454380. OLE color: 11454380.

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

Color convert

RGB172199174-
CMYK0.1400.130.22
HSL124.44º19.42%72.75%-
HSV(B)124.44º13.57%78.04%-
XYZ45.0852.6747.84-
YUV188.08120.05116.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=31.56%
G=36.51%
B=31.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991740.1400.130.22124.4419.4272.75
HexACC7AEE0D167c1349
Octal254307256160152617423111
Binary101011001100011110101110111001101101101111100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7AE; }

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

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

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

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

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

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

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

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