#A6BAAB

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

Shades of Gum Leaf #A6BAAB

Tints of Gum Leaf #A6BAAB

Color information

#A6BAAB (or 0xA6BAAB) is unknown color: approx Gum Leaf. HEX triplet: A6, BA and AB. RGB value is (166,186,171). Sum of RGB (Red+Green+Blue) = 166+186+171=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAB is #594554. Grayscale: #B2B2B2. Windows color (decimal): -5850453 or 11254438. OLE color: 11254438.

HSL color Cylindrical-coordinate representation of color #A6BAAB: hue angle of 135º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BAAB is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB166186171-
CMYK0.1100.080.27
HSL135º12.66%69.02%-
HSV(B)135º10.75%72.94%-
XYZ40.6446.1745.3-
YUV178.31123.87119.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=31.74%
G=35.56%
B=32.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861710.1100.080.2713512.6669.02
HexA6BAABB081B87d45
Octal246272253130103320715105
Binary101001101011101010101011101101000110111000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAAB; }

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

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

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

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

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

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

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

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