#A4C3A9

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

Shades of Gum Leaf #A4C3A9

Tints of Gum Leaf #A4C3A9

Color information

#A4C3A9 (or 0xA4C3A9) is unknown color: approx Gum Leaf. HEX triplet: A4, C3 and A9. RGB value is (164,195,169). Sum of RGB (Red+Green+Blue) = 164+195+169=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C3A9 is #5B3C56. Grayscale: #B6B6B6. Windows color (decimal): -5979223 or 11125668. OLE color: 11125668.

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

Color convert

RGB164195169-
CMYK0.1600.130.24
HSL129.68º20.53%70.39%-
HSV(B)129.68º15.9%76.47%-
XYZ41.9949.7944.93-
YUV182.77120.23114.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=31.06%
G=36.93%
B=32.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641951690.1600.130.24129.6820.5370.39
HexA4C3A9100D18821546
Octal244303251200153020225106
Binary10100100110000111010100110000011011100010000010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C3A9; }

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

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

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

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

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

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

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

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