#A6BCAB

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

Shades of Gum Leaf #A6BCAB

Tints of Gum Leaf #A6BCAB

Color information

#A6BCAB (or 0xA6BCAB) is unknown color: approx Gum Leaf. HEX triplet: A6, BC and AB. RGB value is (166,188,171). Sum of RGB (Red+Green+Blue) = 166+188+171=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAB is #594354. Grayscale: #B3B3B3. Windows color (decimal): -5849941 or 11254950. OLE color: 11254950.

HSL color Cylindrical-coordinate representation of color #A6BCAB: hue angle of 133.64º 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 #A6BCAB is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB166188171-
CMYK0.1200.090.26
HSL133.64º14.1%69.41%-
HSV(B)133.64º11.7%73.73%-
XYZ41.0647.0145.44-
YUV179.48123.21118.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=31.62%
G=35.81%
B=32.57%

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
Decimal1661881710.1200.090.26133.6414.169.41
HexA6BCABC091A86e45
Octal246274253140113220616105
Binary101001101011110010101011110001001110101000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCAB; }

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

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

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

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

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

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

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

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