#A5BDAC

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

Shades of Gum Leaf #A5BDAC

Tints of Gum Leaf #A5BDAC

Color information

#A5BDAC (or 0xA5BDAC) is unknown color: approx Gum Leaf. HEX triplet: A5, BD and AC. RGB value is (165,189,172). Sum of RGB (Red+Green+Blue) = 165+189+172=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDAC is #5A4253. Grayscale: #B3B3B3. Windows color (decimal): -5915220 or 11320741. OLE color: 11320741.

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

Color convert

RGB165189172-
CMYK0.1300.090.26
HSL137.5º15.38%69.41%-
HSV(B)137.5º12.7%74.12%-
XYZ41.1647.3746-
YUV179.89123.55117.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=31.37%
G=35.93%
B=32.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651891720.1300.090.26137.515.3869.41
HexA5BDACD091A89f45
Octal245275254150113221117105
Binary101001011011110110101100110101001110101000100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDAC; }

 p { color: rgb(165,189,172); }

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

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

 a { background-color: rgb(165,189,172); }

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

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

 span { border-color: rgb(165,189,172); }

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