#A6C7AA

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

Shades of Gum Leaf #A6C7AA

Tints of Gum Leaf #A6C7AA

Color information

#A6C7AA (or 0xA6C7AA) is unknown color: approx Gum Leaf. HEX triplet: A6, C7 and AA. RGB value is (166,199,170). Sum of RGB (Red+Green+Blue) = 166+199+170=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C7AA is #593855. Grayscale: #B9B9B9. Windows color (decimal): -5847126 or 11192230. OLE color: 11192230.

HSL color Cylindrical-coordinate representation of color #A6C7AA: hue angle of 127.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C7AA is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB166199170-
CMYK0.1700.150.22
HSL127.27º22.76%71.57%-
HSV(B)127.27º16.58%78.04%-
XYZ43.4151.8645.75-
YUV185.83119.07113.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 199 (78.12% from 255) = 37.20%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=31.03%
G=37.20%
B=31.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661991700.1700.150.22127.2722.7671.57
HexA6C7AA110F167f1748
Octal246307252210172617727110
Binary1010011011000111101010101000101111101101111111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C7AA; }

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

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

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

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

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

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

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

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