#A6C0AF

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

Shades of Gum Leaf #A6C0AF

Tints of Gum Leaf #A6C0AF

Color information

#A6C0AF (or 0xA6C0AF) is unknown color: approx Gum Leaf. HEX triplet: A6, C0 and AF. RGB value is (166,192,175). Sum of RGB (Red+Green+Blue) = 166+192+175=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0AF is #593F50. Grayscale: #B6B6B6. Windows color (decimal): -5848913 or 11518118. OLE color: 11518118.

HSL color Cylindrical-coordinate representation of color #A6C0AF: hue angle of 140.77º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C0AF is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB166192175-
CMYK0.1400.090.25
HSL140.77º17.11%70.2%-
HSV(B)140.77º13.54%75.29%-
XYZ42.3148.947.77-
YUV182.29123.89116.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=31.14%
G=36.02%
B=32.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921750.1400.090.25140.7717.1170.2
HexA6C0AFE09198d1146
Octal246300257160113121521106
Binary1010011011000000101011111110010011100110001101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C0AF; }

 p { color: rgb(166,192,175); }

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

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

 a { background-color: rgb(166,192,175); }

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

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

 span { border-color: rgb(166,192,175); }

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