#A7B9AD

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

Shades of Gum Leaf #A7B9AD

Tints of Gum Leaf #A7B9AD

Color information

#A7B9AD (or 0xA7B9AD) is unknown color: approx Gum Leaf. HEX triplet: A7, B9 and AD. RGB value is (167,185,173). Sum of RGB (Red+Green+Blue) = 167+185+173=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9AD is #584652. Grayscale: #B2B2B2. Windows color (decimal): -5785171 or 11385255. OLE color: 11385255.

HSL color Cylindrical-coordinate representation of color #A7B9AD: hue angle of 140º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B9AD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB167185173-
CMYK0.1000.060.27
HSL140º11.39%69.02%-
HSV(B)140º9.73%72.55%-
XYZ40.8345.9346.25-
YUV178.25125.04119.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=31.81%
G=35.24%
B=32.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851730.1000.060.2714011.3969.02
HexA7B9ADA061B8cb45
Octal24727125512063321413105
Binary10100111101110011010110110100110110111000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B9AD; }

 p { color: rgb(167,185,173); }

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

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

 a { background-color: rgb(167,185,173); }

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

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

 span { border-color: rgb(167,185,173); }

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