Color Hex Logo

#a6b163 Color Hex

#A6B163
(166,177,99)
0 Favorites   0 Comments

Color spaces of #a6b163

RGB 16617799
HSL0.190.330.54
HSV68°44°69°
CMYK 0.060.000.44   0.31
XYZ33.700240.452117.8362
Yxy40.45210.36640.4398
Hunter Lab63.6020-16.723327.8944
CIE-Lab69.7903-15.896138.4824

#a6b163 color RGB value is (166,177,99).

#a6b163 hex color red value is 166, green value is 177 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a6b163 hue: 0.19 , saturation: 0.33 and the lightness value of a6b163 is 0.54.

The process color (four color CMYK) of #a6b163 color hex is 0.06, 0.00, 0.44, 0.31. Web safe color of #a6b163 is #999966. Color #a6b163 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10110001 01100011
Octal 246 261 143
Decimal 166 177 99
Hex A6 B1 63

RGB Percentages of Color #a6b163

%37.56
%40.05
%22.40

CMYK Percentages of Color #a6b163

%6
%0
%44
%31

Triadic Colors of #a6b163

#a6b163 #63a6b1 #b163a6

Analogous Colors of #a6b163

#a6b163 #7fb163 #b19563

Monochromatic Colors of #a6b163

#a6b163

Complementary Color

#a6b163 #6e63b1

#a6b163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b163 Color CSS Codes

.mybgcolor {background-color:#a6b163; } 
.myforecolor {color:#a6b163; }
.mybordercolor {border:3px solid #a6b163; }

#a6b163 Text Font Color

<p style="color:#a6b163">Text here</p>

This sample text font color is #a6b163
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.


#a6b163 Background Color

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

This div background color is #a6b163


#a6b163 Border Color

<div style="border:3px solid #a6b163">
Div here</div>

This div border color is #a6b163


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,177,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6b163; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6b163;
  -webkit-box-shadow: 1px 1px 3px 2px #a6b163;
  box-shadow:         1px 1px 3px 2px #a6b163; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,177,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6b163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6b163


Comments

No comments written yet.

Please login to write comment.