#A4C2AC

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

Shades of Gum Leaf #A4C2AC

Tints of Gum Leaf #A4C2AC

Color information

#A4C2AC (or 0xA4C2AC) is unknown color: approx Gum Leaf. HEX triplet: A4, C2 and AC. RGB value is (164,194,172). Sum of RGB (Red+Green+Blue) = 164+194+172=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C2AC is #5B3D53. Grayscale: #B6B6B6. Windows color (decimal): -5979476 or 11322020. OLE color: 11322020.

HSL color Cylindrical-coordinate representation of color #A4C2AC: hue angle of 136º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C2AC is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB164194172-
CMYK0.1500.110.24
HSL136º19.74%70.2%-
HSV(B)136º15.46%76.08%-
XYZ42.0549.4546.36-
YUV182.52122.06114.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 194 (76.17% from 255) = 36.60%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=30.94%
G=36.60%
B=32.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941720.1500.110.2413619.7470.2
HexA4C2ACF0B18881446
Octal244302254170133021024106
Binary1010010011000010101011001111010111100010001000101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C2AC; }

 p { color: rgb(164,194,172); }

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

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

 a { background-color: rgb(164,194,172); }

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

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

 span { border-color: rgb(164,194,172); }

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