#A5C4AD

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

Shades of Gum Leaf #A5C4AD

Tints of Gum Leaf #A5C4AD

Color information

#A5C4AD (or 0xA5C4AD) is unknown color: approx Gum Leaf. HEX triplet: A5, C4 and AD. RGB value is (165,196,173). Sum of RGB (Red+Green+Blue) = 165+196+173=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C4AD is #5A3B52. Grayscale: #B8B8B8. Windows color (decimal): -5913427 or 11388069. OLE color: 11388069.

HSL color Cylindrical-coordinate representation of color #A5C4AD: hue angle of 135.48º 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 #A5C4AD is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB165196173-
CMYK0.1600.120.23
HSL135.48º20.81%70.78%-
HSV(B)135.48º15.82%76.86%-
XYZ42.850.547.03-
YUV184.11121.73114.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=30.90%
G=36.70%
B=32.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651961730.1600.120.23135.4820.8170.78
HexA5C4AD100C17871547
Octal245304255200142720725107
Binary10100101110001001010110110000011001011110000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C4AD; }

 p { color: rgb(165,196,173); }

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

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

 a { background-color: rgb(165,196,173); }

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

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

 span { border-color: rgb(165,196,173); }

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