#A6BCA9

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

Shades of Gum Leaf #A6BCA9

Tints of Gum Leaf #A6BCA9

Color information

#A6BCA9 (or 0xA6BCA9) is unknown color: approx Gum Leaf. HEX triplet: A6, BC and A9. RGB value is (166,188,169). Sum of RGB (Red+Green+Blue) = 166+188+169=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA9 is #594356. Grayscale: #B3B3B3. Windows color (decimal): -5849943 or 11123878. OLE color: 11123878.

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

Color convert

RGB166188169-
CMYK0.1200.100.26
HSL128.18º14.1%69.41%-
HSV(B)128.18º11.7%73.73%-
XYZ40.8746.9444.44-
YUV179.26122.21118.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 169 (66.41% from 255) = 32.31%
R=31.74%
G=35.95%
B=32.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881690.1200.100.26128.1814.169.41
HexA6BCA9C0A1A80e45
Octal246274251140123220016105
Binary101001101011110010101001110001010110101000000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCA9; }

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

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

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

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

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

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

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

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