#a6b488

#a6b488 color hex

#a6b488 hex color information.
RGB value of #a6b488 is (166,180,136)
Change page background color to #a6b488 | Reset

#a6b488 rgb color chart

Color spaces of #a6b488

RGB 166180136
HSL0.220.230.62
HSV79°24°71°
CMYK 0.080.000.24   0.29
XYZ36.491142.527129.5778
Yxy42.52710.33600.3916
Hunter Lab65.2128-14.239218.7575
CIE-Lab71.2328-12.602520.8729

Shades of #a6b488

Tints of #a6b488

RGB Percentages of Color #a6b488

%34.44
%37.34
%28.22

CMYK Percentages of Color #a6b488

%8
%0
%24
%29

#a6b488 Color Info

#a6b488 hex color red value is 166, green value is 180 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a6b488 hue: 0.22 , saturation: 0.23 and the lightness value of a6b488 is 0.62.

The process color (four color CMYK) of #a6b488 hex color is 0.08, 0.00, 0.24, 0.29. Web safe color of #a6b488 is #99cc99

Color #a6b488 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10110100 10001000
Octal 246 264 210
Decimal 166 180 136
Hexadecimal A6 B4 88

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #a6b488

Triadic Colors of #a6b488

#a6b488 #88a5b4 #b488a5

Analogous Colors of #a6b488

#a6b488 #8fb488 #b4ac88

Complementary Color of #a6b488

#a6b488 #9688b4

#a6b488 HSL Color Chart
#a6b488 hsl color chart
#a6b488 RGB Color Chart

#a6b488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b488 Color CSS Codes

.mybgcolor {background-color:#a6b488; } 
.myforecolor {color:#a6b488; }
.mybordercolor {border:3px solid #a6b488; }
Sample text font color #a6b488

This sample text font color is #a6b488
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#a6b488">Text here</p>
#a6b488 background color

This div background color is #a6b488

<div style="background-color:#a6b488">
Div content here</div>
#a6b488 border color

This div border color is #a6b488

<div style="border:3px solid #a6b488">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #a6b488 Color Sample
#a6b488border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(166,180,136, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #a6b488; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #a6b488;
  -webkit-box-shadow: 1px 1px 3px 2px #a6b488;
  box-shadow:         1px 1px 3px 2px #a6b488; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,180,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a6b488">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #a6b488

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6b488;
  -webkit-box-shadow: 1px 1px 3px 2px #a6b488;
  box-shadow:         1px 1px 3px 2px #a6b488;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top