#A6C7AD

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

Shades of Gum Leaf #A6C7AD

Tints of Gum Leaf #A6C7AD

Color information

#A6C7AD (or 0xA6C7AD) is unknown color: approx Gum Leaf. HEX triplet: A6, C7 and AD. RGB value is (166,199,173). Sum of RGB (Red+Green+Blue) = 166+199+173=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C7AD is #593852. Grayscale: #BABABA. Windows color (decimal): -5847123 or 11388838. OLE color: 11388838.

HSL color Cylindrical-coordinate representation of color #A6C7AD: hue angle of 132.73º 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 #A6C7AD is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB166199173-
CMYK0.1700.130.22
HSL132.73º22.76%71.57%-
HSV(B)132.73º16.58%78.04%-
XYZ43.6951.9747.26-
YUV186.17120.57113.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=30.86%
G=36.99%
B=32.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661991730.1700.130.22132.7322.7671.57
HexA6C7AD110D16851748
Octal246307255210152620527110
Binary10100110110001111010110110001011011011010000101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C7AD; }

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

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

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

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

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

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

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

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