#A6BDAC

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

Shades of Gum Leaf #A6BDAC

Tints of Gum Leaf #A6BDAC

Color information

#A6BDAC (or 0xA6BDAC) is unknown color: approx Gum Leaf. HEX triplet: A6, BD and AC. RGB value is (166,189,172). Sum of RGB (Red+Green+Blue) = 166+189+172=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDAC is #594253. Grayscale: #B4B4B4. Windows color (decimal): -5849684 or 11320742. OLE color: 11320742.

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

Color convert

RGB166189172-
CMYK0.1200.090.26
HSL135.65º14.84%69.61%-
HSV(B)135.65º12.17%74.12%-
XYZ41.3747.4846.01-
YUV180.18123.38117.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=31.50%
G=35.86%
B=32.64%

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
Decimal1661891720.1200.090.26135.6514.8469.61
HexA6BDACC091A88f46
Octal246275254140113221017106
Binary101001101011110110101100110001001110101000100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDAC; }

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

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

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

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

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

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

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

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