#A6C0AE

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

Shades of Gum Leaf #A6C0AE

Tints of Gum Leaf #A6C0AE

Color information

#A6C0AE (or 0xA6C0AE) is unknown color: approx Gum Leaf. HEX triplet: A6, C0 and AE. RGB value is (166,192,174). Sum of RGB (Red+Green+Blue) = 166+192+174=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0AE is #593F51. Grayscale: #B6B6B6. Windows color (decimal): -5848914 or 11452582. OLE color: 11452582.

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

Color convert

RGB166192174-
CMYK0.1400.090.25
HSL138.46º17.11%70.2%-
HSV(B)138.46º13.54%75.29%-
XYZ42.2248.8647.25-
YUV182.17123.39116.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=31.20%
G=36.09%
B=32.71%

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
Decimal1661921740.1400.090.25138.4617.1170.2
HexA6C0AEE09198a1146
Octal246300256160113121221106
Binary1010011011000000101011101110010011100110001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C0AE; }

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

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

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

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

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

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

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

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