Color Hex Logo

#a5b661 Color Hex

#A5B661
(165,182,97)
0 Favorites   0 Comments

Color spaces of #a5b661

RGB 16518297
HSL0.200.370.55
HSV72°47°71°
CMYK 0.090.000.47   0.29
XYZ34.402742.318317.6643
Yxy42.31830.36450.4484
Hunter Lab65.0525-19.443129.4372
CIE-Lab71.0898-19.055341.0756

#a5b661 color RGB value is (165,182,97).

#a5b661 hex color red value is 165, green value is 182 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a5b661 hue: 0.20 , saturation: 0.37 and the lightness value of a5b661 is 0.55.

The process color (four color CMYK) of #a5b661 color hex is 0.09, 0.00, 0.47, 0.29. Web safe color of #a5b661 is #99cc66. Color #a5b661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10110110 01100001
Octal 245 266 141
Decimal 165 182 97
Hex A5 B6 61

RGB Percentages of Color #a5b661

%37.16
%40.99
%21.85

CMYK Percentages of Color #a5b661

%9
%0
%47
%29

Triadic Colors of #a5b661

#a5b661 #61a5b6 #b661a5

Analogous Colors of #a5b661

#a5b661 #7bb661 #b69d61

Monochromatic Colors of #a5b661

#a5b661

Complementary Color

#a5b661 #7261b6

#a5b661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b661 Color CSS Codes

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

#a5b661 Text Font Color

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

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


#a5b661 Background Color

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

This div background color is #a5b661


#a5b661 Border Color

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

This div border color is #a5b661


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,182,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5b661; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5b661;
  -webkit-box-shadow: 1px 1px 3px 2px #a5b661;
  box-shadow:         1px 1px 3px 2px #a5b661; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,182,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b661


Comments

No comments written yet.

Please login to write comment.