#A6BCAC

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

Shades of Gum Leaf #A6BCAC

Tints of Gum Leaf #A6BCAC

Color information

#A6BCAC (or 0xA6BCAC) is unknown color: approx Gum Leaf. HEX triplet: A6, BC and AC. RGB value is (166,188,172). Sum of RGB (Red+Green+Blue) = 166+188+172=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAC is #594353. Grayscale: #B3B3B3. Windows color (decimal): -5849940 or 11320486. OLE color: 11320486.

HSL color Cylindrical-coordinate representation of color #A6BCAC: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCAC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB166188172-
CMYK0.1200.090.26
HSL136.36º14.1%69.41%-
HSV(B)136.36º11.7%73.73%-
XYZ41.1647.0545.94-
YUV179.6123.71118.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=31.56%
G=35.74%
B=32.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881720.1200.090.26136.3614.169.41
HexA6BCACC091A88e45
Octal246274254140113221016105
Binary101001101011110010101100110001001110101000100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCAC; }

 p { color: rgb(166,188,172); }

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

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

 a { background-color: rgb(166,188,172); }

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

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

 span { border-color: rgb(166,188,172); }

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