#A3C6AE

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

Shades of Gum Leaf #A3C6AE

Tints of Gum Leaf #A3C6AE

Color information

#A3C6AE (or 0xA3C6AE) is unknown color: approx Gum Leaf. HEX triplet: A3, C6 and AE. RGB value is (163,198,174). Sum of RGB (Red+Green+Blue) = 163+198+174=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C6AE is #5C3951. Grayscale: #B8B8B8. Windows color (decimal): -6043986 or 11454115. OLE color: 11454115.

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

Color convert

RGB163198174-
CMYK0.1800.120.22
HSL138.86º23.49%70.78%-
HSV(B)138.86º17.68%77.65%-
XYZ42.9451.2347.67-
YUV184.8121.9112.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=30.47%
G=37.01%
B=32.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631981740.1800.120.22138.8623.4970.78
HexA3C6AE120C168b1747
Octal243306256220142621327107
Binary10100011110001101010111010010011001011010001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C6AE; }

 p { color: rgb(163,198,174); }

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

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

 a { background-color: rgb(163,198,174); }

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

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

 span { border-color: rgb(163,198,174); }

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