#A7B6AA

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

Shades of Gum Leaf #A7B6AA

Tints of Gum Leaf #A7B6AA

Color information

#A7B6AA (or 0xA7B6AA) is unknown color: approx Gum Leaf. HEX triplet: A7, B6 and AA. RGB value is (167,182,170). Sum of RGB (Red+Green+Blue) = 167+182+170=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B6AA is #584955. Grayscale: #B0B0B0. Windows color (decimal): -5785942 or 11187879. OLE color: 11187879.

HSL color Cylindrical-coordinate representation of color #A7B6AA: hue angle of 132º 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 #A7B6AA is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB167182170-
CMYK0.0800.070.29
HSL132º9.32%68.43%-
HSV(B)132º8.24%71.37%-
XYZ39.9244.5744.53-
YUV176.15124.53121.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=32.18%
G=35.07%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671821700.0800.070.291329.3268.43
HexA7B6AA8071D84944
Octal24726625210073520411104
Binary10100111101101101010101010000111111011000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B6AA; }

 p { color: rgb(167,182,170); }

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

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

 a { background-color: rgb(167,182,170); }

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

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

 span { border-color: rgb(167,182,170); }

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