#A3B9AA

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

Shades of Gum Leaf #A3B9AA

Tints of Gum Leaf #A3B9AA

Color information

#A3B9AA (or 0xA3B9AA) is unknown color: approx Gum Leaf. HEX triplet: A3, B9 and AA. RGB value is (163,185,170). Sum of RGB (Red+Green+Blue) = 163+185+170=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B9AA is #5C4655. Grayscale: #B0B0B0. Windows color (decimal): -6047318 or 11188643. OLE color: 11188643.

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

Color convert

RGB163185170-
CMYK0.1200.080.27
HSL139.09º13.58%68.24%-
HSV(B)139.09º11.89%72.55%-
XYZ39.7145.3944.7-
YUV176.71124.21118.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=31.47%
G=35.71%
B=32.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851700.1200.080.27139.0913.5868.24
HexA3B9AAC081B8be44
Octal243271252140103321316104
Binary101000111011100110101010110001000110111000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9AA; }

 p { color: rgb(163,185,170); }

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

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

 a { background-color: rgb(163,185,170); }

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

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

 span { border-color: rgb(163,185,170); }

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