#A7C3AB

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

Shades of Gum Leaf #A7C3AB

Tints of Gum Leaf #A7C3AB

Color information

#A7C3AB (or 0xA7C3AB) is unknown color: approx Gum Leaf. HEX triplet: A7, C3 and AB. RGB value is (167,195,171). Sum of RGB (Red+Green+Blue) = 167+195+171=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C3AB is #583C54. Grayscale: #B7B7B7. Windows color (decimal): -5782613 or 11256743. OLE color: 11256743.

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

Color convert

RGB167195171-
CMYK0.1400.120.24
HSL128.57º18.92%70.98%-
HSV(B)128.57º14.36%76.47%-
XYZ42.850.1945.96-
YUV183.89120.72115.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=31.33%
G=36.59%
B=32.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951710.1400.120.24128.5718.9270.98
HexA7C3ABE0C18811347
Octal247303253160143020123107
Binary1010011111000011101010111110011001100010000001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C3AB; }

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

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

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

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

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

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

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

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