#A6C3AB

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

Shades of Gum Leaf #A6C3AB

Tints of Gum Leaf #A6C3AB

Color information

#A6C3AB (or 0xA6C3AB) is unknown color: approx Gum Leaf. HEX triplet: A6, C3 and AB. RGB value is (166,195,171). Sum of RGB (Red+Green+Blue) = 166+195+171=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C3AB is #593C54. Grayscale: #B7B7B7. Windows color (decimal): -5848149 or 11256742. OLE color: 11256742.

HSL color Cylindrical-coordinate representation of color #A6C3AB: hue angle of 130.34º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C3AB is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB166195171-
CMYK0.1500.120.24
HSL130.34º19.46%70.78%-
HSV(B)130.34º14.87%76.47%-
XYZ42.5950.0845.95-
YUV183.59120.89115.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=31.20%
G=36.65%
B=32.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951710.1500.120.24130.3419.4670.78
HexA6C3ABF0C18821347
Octal246303253170143020223107
Binary1010011011000011101010111111011001100010000010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C3AB; }

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

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

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

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

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

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

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

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