#A4C4AE

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

Shades of Gum Leaf #A4C4AE

Tints of Gum Leaf #A4C4AE

Color information

#A4C4AE (or 0xA4C4AE) is unknown color: approx Gum Leaf. HEX triplet: A4, C4 and AE. RGB value is (164,196,174). Sum of RGB (Red+Green+Blue) = 164+196+174=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C4AE is #5B3B51. Grayscale: #B7B7B7. Windows color (decimal): -5978962 or 11453604. OLE color: 11453604.

HSL color Cylindrical-coordinate representation of color #A4C4AE: hue angle of 138.75º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4C4AE is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB164196174-
CMYK0.1600.110.23
HSL138.75º21.33%70.59%-
HSV(B)138.75º16.33%76.86%-
XYZ42.6950.4347.53-
YUV183.92122.4113.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=30.71%
G=36.70%
B=32.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961740.1600.110.23138.7521.3370.59
HexA4C4AE100B178b1547
Octal244304256200132721325107
Binary10100100110001001010111010000010111011110001011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C4AE; }

 p { color: rgb(164,196,174); }

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

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

 a { background-color: rgb(164,196,174); }

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

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

 span { border-color: rgb(164,196,174); }

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