#A5BAAC

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

Shades of Gum Leaf #A5BAAC

Tints of Gum Leaf #A5BAAC

Color information

#A5BAAC (or 0xA5BAAC) is unknown color: approx Gum Leaf. HEX triplet: A5, BA and AC. RGB value is (165,186,172). Sum of RGB (Red+Green+Blue) = 165+186+172=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAC is #5A4553. Grayscale: #B2B2B2. Windows color (decimal): -5915988 or 11319973. OLE color: 11319973.

HSL color Cylindrical-coordinate representation of color #A5BAAC: hue angle of 140º 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 #A5BAAC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB165186172-
CMYK0.1100.080.27
HSL140º13.21%68.82%-
HSV(B)140º11.29%72.94%-
XYZ40.5246.145.79-
YUV178.12124.54118.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=31.55%
G=35.56%
B=32.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861720.1100.080.2714013.2168.82
HexA5BAACB081B8cd45
Octal245272254130103321415105
Binary101001011011101010101100101101000110111000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAAC; }

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

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

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

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

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

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

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

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