#A7C0AC

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

Shades of Gum Leaf #A7C0AC

Tints of Gum Leaf #A7C0AC

Color information

#A7C0AC (or 0xA7C0AC) is unknown color: approx Gum Leaf. HEX triplet: A7, C0 and AC. RGB value is (167,192,172). Sum of RGB (Red+Green+Blue) = 167+192+172=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C0AC is #583F53. Grayscale: #B6B6B6. Windows color (decimal): -5783380 or 11321511. OLE color: 11321511.

HSL color Cylindrical-coordinate representation of color #A7C0AC: hue angle of 132º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7C0AC is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB167192172-
CMYK0.1300.100.25
HSL132º16.56%70.39%-
HSV(B)132º13.02%75.29%-
XYZ42.2348.8946.24-
YUV182.24122.22117.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=31.45%
G=36.16%
B=32.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921720.1300.100.2513216.5670.39
HexA7C0ACD0A19841146
Octal247300254150123120421106
Binary1010011111000000101011001101010101100110000100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0AC; }

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

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

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

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

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

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

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

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