#A3C2AD

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

Shades of Gum Leaf #A3C2AD

Tints of Gum Leaf #A3C2AD

Color information

#A3C2AD (or 0xA3C2AD) is unknown color: approx Gum Leaf. HEX triplet: A3, C2 and AD. RGB value is (163,194,173). Sum of RGB (Red+Green+Blue) = 163+194+173=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C2AD is #5C3D52. Grayscale: #B6B6B6. Windows color (decimal): -6045011 or 11387555. OLE color: 11387555.

HSL color Cylindrical-coordinate representation of color #A3C2AD: hue angle of 139.35º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C2AD is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB163194173-
CMYK0.1600.110.24
HSL139.35º20.26%70%-
HSV(B)139.35º15.98%76.08%-
XYZ41.9449.3946.86-
YUV182.34122.73114.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 194 (76.17% from 255) = 36.60%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=30.75%
G=36.60%
B=32.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631941730.1600.110.24139.3520.2670
HexA3C2AD100B188b1446
Octal243302255200133021324106
Binary10100011110000101010110110000010111100010001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C2AD; }

 p { color: rgb(163,194,173); }

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

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

 a { background-color: rgb(163,194,173); }

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

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

 span { border-color: rgb(163,194,173); }

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