#A5BAA9

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

Shades of Gum Leaf #A5BAA9

Tints of Gum Leaf #A5BAA9

Color information

#A5BAA9 (or 0xA5BAA9) is unknown color: approx Gum Leaf. HEX triplet: A5, BA and A9. RGB value is (165,186,169). Sum of RGB (Red+Green+Blue) = 165+186+169=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAA9 is #5A4556. Grayscale: #B1B1B1. Windows color (decimal): -5915991 or 11123365. OLE color: 11123365.

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

Color convert

RGB165186169-
CMYK0.1100.090.27
HSL131.43º13.21%68.82%-
HSV(B)131.43º11.29%72.94%-
XYZ40.2445.9844.29-
YUV177.78123.04118.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=31.73%
G=35.77%
B=32.5%

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
Decimal1651861690.1100.090.27131.4313.2168.82
HexA5BAA9B091B83d45
Octal245272251130113320315105
Binary101001011011101010101001101101001110111000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAA9; }

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

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

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

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

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

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

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

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