#A7B5AB

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

Shades of Gum Leaf #A7B5AB

Tints of Gum Leaf #A7B5AB

Color information

#A7B5AB (or 0xA7B5AB) is unknown color: approx Gum Leaf. HEX triplet: A7, B5 and AB. RGB value is (167,181,171). Sum of RGB (Red+Green+Blue) = 167+181+171=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B5AB is #584A54. Grayscale: #AFAFAF. Windows color (decimal): -5786197 or 11253159. OLE color: 11253159.

HSL color Cylindrical-coordinate representation of color #A7B5AB: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7B5AB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB167181171-
CMYK0.0800.060.29
HSL137.14º8.64%68.24%-
HSV(B)137.14º7.73%70.98%-
XYZ39.8144.244.96-
YUV175.67125.36121.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=32.18%
G=34.87%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811710.0800.060.29137.148.6468.24
HexA7B5AB8061D89944
Octal24726525310063521111104
Binary10100111101101011010101110000110111011000100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B5AB; }

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

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

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

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

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

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

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

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