#A4BAA6

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

Shades of Gum Leaf #A4BAA6

Tints of Gum Leaf #A4BAA6

Color information

#A4BAA6 (or 0xA4BAA6) is unknown color: approx Gum Leaf. HEX triplet: A4, BA and A6. RGB value is (164,186,166). Sum of RGB (Red+Green+Blue) = 164+186+166=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAA6 is #5B4559. Grayscale: #B1B1B1. Windows color (decimal): -5981530 or 10926756. OLE color: 10926756.

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

Color convert

RGB164186166-
CMYK0.1200.110.27
HSL125.45º13.75%68.63%-
HSV(B)125.45º11.83%72.94%-
XYZ39.7545.7642.81-
YUV177.14121.71118.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=31.78%
G=36.05%
B=32.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861660.1200.110.27125.4513.7568.63
HexA4BAA6C0B1B7de45
Octal244272246140133317516105
Binary10100100101110101010011011000101111011111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAA6; }

 p { color: rgb(164,186,166); }

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

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

 a { background-color: rgb(164,186,166); }

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

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

 span { border-color: rgb(164,186,166); }

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