#A6C3AA

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

Shades of Gum Leaf #A6C3AA

Tints of Gum Leaf #A6C3AA

Color information

#A6C3AA (or 0xA6C3AA) is unknown color: approx Gum Leaf. HEX triplet: A6, C3 and AA. RGB value is (166,195,170). Sum of RGB (Red+Green+Blue) = 166+195+170=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C3AA is #593C55. Grayscale: #B7B7B7. Windows color (decimal): -5848150 or 11191206. OLE color: 11191206.

HSL color Cylindrical-coordinate representation of color #A6C3AA: hue angle of 128.28º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C3AA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB166195170-
CMYK0.1500.130.24
HSL128.28º19.46%70.78%-
HSV(B)128.28º14.87%76.47%-
XYZ42.550.0445.45-
YUV183.48120.39115.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=31.26%
G=36.72%
B=32.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951700.1500.130.24128.2819.4670.78
HexA6C3AAF0D18801347
Octal246303252170153020023107
Binary1010011011000011101010101111011011100010000000100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C3AA; }

 p { color: rgb(166,195,170); }

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

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

 a { background-color: rgb(166,195,170); }

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

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

 span { border-color: rgb(166,195,170); }

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