#A6C3A9

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

Shades of Gum Leaf #A6C3A9

Tints of Gum Leaf #A6C3A9

Color information

#A6C3A9 (or 0xA6C3A9) is unknown color: approx Gum Leaf. HEX triplet: A6, C3 and A9. RGB value is (166,195,169). Sum of RGB (Red+Green+Blue) = 166+195+169=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C3A9 is #593C56. Grayscale: #B7B7B7. Windows color (decimal): -5848151 or 11125670. OLE color: 11125670.

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

Color convert

RGB166195169-
CMYK0.1500.130.24
HSL126.21º19.46%70.78%-
HSV(B)126.21º14.87%76.47%-
XYZ42.45044.95-
YUV183.36119.89115.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=31.32%
G=36.79%
B=31.89%

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
Decimal1661951690.1500.130.24126.2119.4670.78
HexA6C3A9F0D187e1347
Octal246303251170153017623107
Binary101001101100001110101001111101101110001111110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C3A9; }

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

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

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

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

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

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

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

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