#A6B7AB

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

Shades of Gum Leaf #A6B7AB

Tints of Gum Leaf #A6B7AB

Color information

#A6B7AB (or 0xA6B7AB) is unknown color: approx Gum Leaf. HEX triplet: A6, B7 and AB. RGB value is (166,183,171). Sum of RGB (Red+Green+Blue) = 166+183+171=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B7AB is #594854. Grayscale: #B0B0B0. Windows color (decimal): -5851221 or 11253670. OLE color: 11253670.

HSL color Cylindrical-coordinate representation of color #A6B7AB: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B7AB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB166183171-
CMYK0.0900.070.28
HSL137.65º10.56%68.43%-
HSV(B)137.65º9.29%71.76%-
XYZ40.0144.9145.09-
YUV176.55124.87120.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=31.92%
G=35.19%
B=32.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661831710.0900.070.28137.6510.5668.43
HexA6B7AB9071C8ab44
Octal24626725311073421213104
Binary10100110101101111010101110010111111001000101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B7AB; }

 p { color: rgb(166,183,171); }

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

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

 a { background-color: rgb(166,183,171); }

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

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

 span { border-color: rgb(166,183,171); }

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