#A4C1AE

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

Shades of Gum Leaf #A4C1AE

Tints of Gum Leaf #A4C1AE

Color information

#A4C1AE (or 0xA4C1AE) is unknown color: approx Gum Leaf. HEX triplet: A4, C1 and AE. RGB value is (164,193,174). Sum of RGB (Red+Green+Blue) = 164+193+174=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C1AE is #5B3E51. Grayscale: #B6B6B6. Windows color (decimal): -5979730 or 11452836. OLE color: 11452836.

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

Color convert

RGB164193174-
CMYK0.1500.100.24
HSL140.69º18.95%70%-
HSV(B)140.69º15.03%75.69%-
XYZ42.0249.0947.3-
YUV182.16123.39115.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=30.89%
G=36.35%
B=32.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931740.1500.100.24140.6918.9570
HexA4C1AEF0A188d1346
Octal244301256170123021523106
Binary1010010011000001101011101111010101100010001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1AE; }

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

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

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

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

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

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

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

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