Color Hex Logo

#a1b06d Color Hex

#A1B06D
(161,176,109)
0 Favorites   0 Comments

Color spaces of #a1b06d

RGB 161176109
HSL0.200.300.56
HSV73°38°69°
CMYK 0.090.000.38   0.31
XYZ32.983639.731920.3986
Yxy39.73190.35420.4267
Hunter Lab63.0332-16.903924.9360
CIE-Lab69.2781-16.214832.5916

#a1b06d color RGB value is (161,176,109).

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

The process color (four color CMYK) of #a1b06d color hex is 0.09, 0.00, 0.38, 0.31. Web safe color of #a1b06d is #999966. Color #a1b06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110000 01101101
Octal 241 260 155
Decimal 161 176 109
Hex A1 B0 6D

RGB Percentages of Color #a1b06d

%36.10
%39.46
%24.44

CMYK Percentages of Color #a1b06d

%9
%0
%38
%31

Triadic Colors of #a1b06d

#a1b06d #6da1b0 #b06da1

Analogous Colors of #a1b06d

#a1b06d #80b06d #b09e6d

Monochromatic Colors of #a1b06d

#a1b06d

Complementary Color

#a1b06d #7c6db0

#a1b06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b06d Color CSS Codes

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

#a1b06d Text Font Color

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

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


#a1b06d Background Color

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

This div background color is #a1b06d


#a1b06d Border Color

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

This div border color is #a1b06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b06d


Comments

No comments written yet.

Please login to write comment.