#A6BAAC

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

Shades of Gum Leaf #A6BAAC

Tints of Gum Leaf #A6BAAC

Color information

#A6BAAC (or 0xA6BAAC) is unknown color: approx Gum Leaf. HEX triplet: A6, BA and AC. RGB value is (166,186,172). Sum of RGB (Red+Green+Blue) = 166+186+172=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAC is #594553. Grayscale: #B2B2B2. Windows color (decimal): -5850452 or 11319974. OLE color: 11319974.

HSL color Cylindrical-coordinate representation of color #A6BAAC: hue angle of 138º 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 #A6BAAC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB166186172-
CMYK0.1100.080.27
HSL138º12.66%69.02%-
HSV(B)138º10.75%72.94%-
XYZ40.7346.245.8-
YUV178.42124.37119.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=31.68%
G=35.50%
B=32.82%

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
Decimal1661861720.1100.080.2713812.6669.02
HexA6BAACB081B8ad45
Octal246272254130103321215105
Binary101001101011101010101100101101000110111000101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAAC; }

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

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

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

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

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

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

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

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