#A4C2AD

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

Shades of Gum Leaf #A4C2AD

Tints of Gum Leaf #A4C2AD

Color information

#A4C2AD (or 0xA4C2AD) is unknown color: approx Gum Leaf. HEX triplet: A4, C2 and AD. RGB value is (164,194,173). Sum of RGB (Red+Green+Blue) = 164+194+173=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C2AD is #5B3D52. Grayscale: #B6B6B6. Windows color (decimal): -5979475 or 11387556. OLE color: 11387556.

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

Color convert

RGB164194173-
CMYK0.1500.110.24
HSL138º19.74%70.2%-
HSV(B)138º15.46%76.08%-
XYZ42.1449.4946.87-
YUV182.64122.56114.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=30.89%
G=36.53%
B=32.58%

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
Decimal1641941730.1500.110.2413819.7470.2
HexA4C2ADF0B188a1446
Octal244302255170133021224106
Binary1010010011000010101011011111010111100010001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C2AD; }

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

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

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

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

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

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

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

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