#A6C1AD

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

Shades of Gum Leaf #A6C1AD

Tints of Gum Leaf #A6C1AD

Color information

#A6C1AD (or 0xA6C1AD) is unknown color: approx Gum Leaf. HEX triplet: A6, C1 and AD. RGB value is (166,193,173). Sum of RGB (Red+Green+Blue) = 166+193+173=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C1AD is #593E52. Grayscale: #B6B6B6. Windows color (decimal): -5848659 or 11387302. OLE color: 11387302.

HSL color Cylindrical-coordinate representation of color #A6C1AD: hue angle of 135.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C1AD is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB166193173-
CMYK0.1400.100.24
HSL135.56º17.88%70.39%-
HSV(B)135.56º13.99%75.69%-
XYZ42.3449.2646.81-
YUV182.65122.55116.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=31.20%
G=36.28%
B=32.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931730.1400.100.24135.5617.8870.39
HexA6C1ADE0A18881246
Octal246301255160123021022106
Binary1010011011000001101011011110010101100010001000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C1AD; }

 p { color: rgb(166,193,173); }

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

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

 a { background-color: rgb(166,193,173); }

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

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

 span { border-color: rgb(166,193,173); }

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