#A5BAAB

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

Shades of Gum Leaf #A5BAAB

Tints of Gum Leaf #A5BAAB

Color information

#A5BAAB (or 0xA5BAAB) is unknown color: approx Gum Leaf. HEX triplet: A5, BA and AB. RGB value is (165,186,171). Sum of RGB (Red+Green+Blue) = 165+186+171=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAB is #5A4554. Grayscale: #B2B2B2. Windows color (decimal): -5915989 or 11254437. OLE color: 11254437.

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

Color convert

RGB165186171-
CMYK0.1100.080.27
HSL137.14º13.21%68.82%-
HSV(B)137.14º11.29%72.94%-
XYZ40.4346.0645.29-
YUV178.01124.04118.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=31.61%
G=35.63%
B=32.76%

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
Decimal1651861710.1100.080.27137.1413.2168.82
HexA5BAABB081B89d45
Octal245272253130103321115105
Binary101001011011101010101011101101000110111000100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAAB; }

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

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

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

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

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

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

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

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