Color Hex Logo

#a1b09d Color Hex

#A1B09D
(161,176,157)
0 Favorites   0 Comments

Color spaces of #a1b09d

RGB 161176157
HSL0.300.110.65
HSV107°11°69°
CMYK 0.090.000.11   0.31
XYZ36.309141.062137.9104
Yxy41.06210.31500.3562
Hunter Lab64.0797-10.99719.7791
CIE-Lab70.2194-8.83957.9535

#a1b09d color RGB value is (161,176,157).

#a1b09d hex color red value is 161, green value is 176 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a1b09d hue: 0.30 , saturation: 0.11 and the lightness value of a1b09d is 0.65.

The process color (four color CMYK) of #a1b09d color hex is 0.09, 0.00, 0.11, 0.31. Web safe color of #a1b09d is #999999. Color #a1b09d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110000 10011101
Octal 241 260 235
Decimal 161 176 157
Hex A1 B0 9D

RGB Percentages of Color #a1b09d

%32.59
%35.63
%31.78

CMYK Percentages of Color #a1b09d

%9
%0
%11
%31

Triadic Colors of #a1b09d

#a1b09d #9da1b0 #b09da1

Analogous Colors of #a1b09d

#a1b09d #9db0a3 #abb09d

Monochromatic Colors of #a1b09d

#a1b09d

Complementary Color

#a1b09d #ac9db0

#a1b09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b09d Color CSS Codes

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

#a1b09d Text Font Color

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

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


#a1b09d Background Color

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

This div background color is #a1b09d


#a1b09d Border Color

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

This div border color is #a1b09d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,176,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1b09d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1b09d;
  -webkit-box-shadow: 1px 1px 3px 2px #a1b09d;
  box-shadow:         1px 1px 3px 2px #a1b09d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,176,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b09d


Comments

No comments written yet.

Please login to write comment.