#A7C1AC

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

Shades of Gum Leaf #A7C1AC

Tints of Gum Leaf #A7C1AC

Color information

#A7C1AC (or 0xA7C1AC) is unknown color: approx Gum Leaf. HEX triplet: A7, C1 and AC. RGB value is (167,193,172). Sum of RGB (Red+Green+Blue) = 167+193+172=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C1AC is #583E53. Grayscale: #B6B6B6. Windows color (decimal): -5783124 or 11321767. OLE color: 11321767.

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

Color convert

RGB167193172-
CMYK0.1300.110.24
HSL131.54º17.33%70.59%-
HSV(B)131.54º13.47%75.69%-
XYZ42.4549.3346.31-
YUV182.83121.89116.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=31.39%
G=36.28%
B=32.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931720.1300.110.24131.5417.3370.59
HexA7C1ACD0B18841147
Octal247301254150133020421107
Binary1010011111000001101011001101010111100010000100100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C1AC; }

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

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

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

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

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

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

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

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