#A7C3AC

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

Shades of Gum Leaf #A7C3AC

Tints of Gum Leaf #A7C3AC

Color information

#A7C3AC (or 0xA7C3AC) is unknown color: approx Gum Leaf. HEX triplet: A7, C3 and AC. RGB value is (167,195,172). Sum of RGB (Red+Green+Blue) = 167+195+172=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C3AC is #583C53. Grayscale: #B8B8B8. Windows color (decimal): -5782612 or 11322279. OLE color: 11322279.

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

Color convert

RGB167195172-
CMYK0.1400.120.24
HSL130.71º18.92%70.98%-
HSV(B)130.71º14.36%76.47%-
XYZ42.950.2246.46-
YUV184.01121.22115.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=31.27%
G=36.52%
B=32.21%

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
Decimal1671951720.1400.120.24130.7118.9270.98
HexA7C3ACE0C18831347
Octal247303254160143020323107
Binary1010011111000011101011001110011001100010000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C3AC; }

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

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

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

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

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

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

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

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