#A3B7A9

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

Shades of Gum Leaf #A3B7A9

Tints of Gum Leaf #A3B7A9

Color information

#A3B7A9 (or 0xA3B7A9) is unknown color: approx Gum Leaf. HEX triplet: A3, B7 and A9. RGB value is (163,183,169). Sum of RGB (Red+Green+Blue) = 163+183+169=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7A9 is #5C4856. Grayscale: #AFAFAF. Windows color (decimal): -6047831 or 11122595. OLE color: 11122595.

HSL color Cylindrical-coordinate representation of color #A3B7A9: hue angle of 138º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7A9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB163183169-
CMYK0.1100.080.28
HSL138º12.2%67.84%-
HSV(B)138º10.93%71.76%-
XYZ39.244.5244.06-
YUV175.42124.37119.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=31.65%
G=35.53%
B=32.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831690.1100.080.2813812.267.84
HexA3B7A9B081C8ac44
Octal243267251130103421214104
Binary101000111011011110101001101101000111001000101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B7A9; }

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

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

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

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

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

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

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

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