#A4B9A9

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

Shades of Gum Leaf #A4B9A9

Tints of Gum Leaf #A4B9A9

Color information

#A4B9A9 (or 0xA4B9A9) is unknown color: approx Gum Leaf. HEX triplet: A4, B9 and A9. RGB value is (164,185,169). Sum of RGB (Red+Green+Blue) = 164+185+169=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9A9 is #5B4656. Grayscale: #B0B0B0. Windows color (decimal): -5981783 or 11123108. OLE color: 11123108.

HSL color Cylindrical-coordinate representation of color #A4B9A9: hue angle of 134.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B9A9 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB164185169-
CMYK0.1100.090.27
HSL134.29º13.04%68.43%-
HSV(B)134.29º11.35%72.55%-
XYZ39.8245.4644.21-
YUV176.9123.54118.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=31.66%
G=35.71%
B=32.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851690.1100.090.27134.2913.0468.43
HexA4B9A9B091B86d44
Octal244271251130113320615104
Binary101001001011100110101001101101001110111000011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9A9; }

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

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

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

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

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

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

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

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