#A7C3AE

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

Shades of Gum Leaf #A7C3AE

Tints of Gum Leaf #A7C3AE

Color information

#A7C3AE (or 0xA7C3AE) is unknown color: approx Gum Leaf. HEX triplet: A7, C3 and AE. RGB value is (167,195,174). Sum of RGB (Red+Green+Blue) = 167+195+174=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C3AE is #583C51. Grayscale: #B8B8B8. Windows color (decimal): -5782610 or 11453351. OLE color: 11453351.

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

Color convert

RGB167195174-
CMYK0.1400.110.24
HSL135º18.92%70.98%-
HSV(B)135º14.36%76.47%-
XYZ43.0950.347.48-
YUV184.23122.22115.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=31.16%
G=36.38%
B=32.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951740.1400.110.2413518.9270.98
HexA7C3AEE0B18871347
Octal247303256160133020723107
Binary1010011111000011101011101110010111100010000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C3AE; }

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

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

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

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

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

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

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

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