#A5B7A9

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

Shades of Gum Leaf #A5B7A9

Tints of Gum Leaf #A5B7A9

Color information

#A5B7A9 (or 0xA5B7A9) is unknown color: approx Gum Leaf. HEX triplet: A5, B7 and A9. RGB value is (165,183,169). Sum of RGB (Red+Green+Blue) = 165+183+169=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7A9 is #5A4856. Grayscale: #B0B0B0. Windows color (decimal): -5916759 or 11122597. OLE color: 11122597.

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

Color convert

RGB165183169-
CMYK0.1000.080.28
HSL133.33º11.11%68.24%-
HSV(B)133.33º9.84%71.76%-
XYZ39.6144.7344.08-
YUV176.02124.04120.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=31.91%
G=35.40%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831690.1000.080.28133.3311.1168.24
HexA5B7A9A081C85b44
Octal245267251120103420513104
Binary101001011011011110101001101001000111001000010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B7A9; }

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

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

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

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

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

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

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

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