#A3C6A9

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

Shades of Gum Leaf #A3C6A9

Tints of Gum Leaf #A3C6A9

Color information

#A3C6A9 (or 0xA3C6A9) is unknown color: approx Gum Leaf. HEX triplet: A3, C6 and A9. RGB value is (163,198,169). Sum of RGB (Red+Green+Blue) = 163+198+169=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C6A9 is #5C3956. Grayscale: #B8B8B8. Windows color (decimal): -6043991 or 11126435. OLE color: 11126435.

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

Color convert

RGB163198169-
CMYK0.1800.150.22
HSL130.29º23.49%70.78%-
HSV(B)130.29º17.68%77.65%-
XYZ42.4651.0445.15-
YUV184.23119.4112.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=30.75%
G=37.36%
B=31.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631981690.1800.150.22130.2923.4970.78
HexA3C6A9120F16821747
Octal243306251220172620227107
Binary10100011110001101010100110010011111011010000010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C6A9; }

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

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

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

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

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

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

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

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