#A5C3A7

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

Shades of Gum Leaf #A5C3A7

Tints of Gum Leaf #A5C3A7

Color information

#A5C3A7 (or 0xA5C3A7) is unknown color: approx Gum Leaf. HEX triplet: A5, C3 and A7. RGB value is (165,195,167). Sum of RGB (Red+Green+Blue) = 165+195+167=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C3A7 is #5A3C58. Grayscale: #B6B6B6. Windows color (decimal): -5913689 or 10994597. OLE color: 10994597.

HSL color Cylindrical-coordinate representation of color #A5C3A7: hue angle of 124º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3A7 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB165195167-
CMYK0.1500.140.24
HSL124º20%70.59%-
HSV(B)124º15.38%76.47%-
XYZ42.0149.8243.96-
YUV182.84119.06115.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=31.31%
G=37.00%
B=31.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951670.1500.140.241242070.59
HexA5C3A7F0E187c1447
Octal245303247170163017424107
Binary101001011100001110100111111101110110001111100101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3A7; }

 p { color: rgb(165,195,167); }

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

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

 a { background-color: rgb(165,195,167); }

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

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

 span { border-color: rgb(165,195,167); }

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