#A5C1AD

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

Shades of Gum Leaf #A5C1AD

Tints of Gum Leaf #A5C1AD

Color information

#A5C1AD (or 0xA5C1AD) is unknown color: approx Gum Leaf. HEX triplet: A5, C1 and AD. RGB value is (165,193,173). Sum of RGB (Red+Green+Blue) = 165+193+173=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C1AD is #5A3E52. Grayscale: #B6B6B6. Windows color (decimal): -5914195 or 11387301. OLE color: 11387301.

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

Color convert

RGB165193173-
CMYK0.1500.100.24
HSL137.14º18.42%70.2%-
HSV(B)137.14º14.51%75.69%-
XYZ42.1349.1646.8-
YUV182.35122.72115.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=31.07%
G=36.35%
B=32.58%

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
Decimal1651931730.1500.100.24137.1418.4270.2
HexA5C1ADF0A18891246
Octal245301255170123021122106
Binary1010010111000001101011011111010101100010001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C1AD; }

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

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

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

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

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

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

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

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