Color Hex Logo

#aab771 Color Hex

#AAB771
(170,183,113)
0 Favorites   0 Comments

Color spaces of #aab771

RGB 170183113
HSL0.200.330.58
HSV71°38°72°
CMYK 0.070.000.38   0.28
XYZ36.491743.605322.1161
Yxy43.60530.35700.4266
Hunter Lab66.0343-16.917926.3667
CIE-Lab71.9639-15.751634.0965

#aab771 color RGB value is (170,183,113).

#aab771 hex color red value is 170, green value is 183 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aab771 hue: 0.20 , saturation: 0.33 and the lightness value of aab771 is 0.58.

The process color (four color CMYK) of #aab771 color hex is 0.07, 0.00, 0.38, 0.28. Web safe color of #aab771 is #99cc66. Color #aab771 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01110001
Octal 252 267 161
Decimal 170 183 113
Hex AA B7 71

RGB Percentages of Color #aab771

%36.48
%39.27
%24.25

CMYK Percentages of Color #aab771

%7
%0
%38
%28

Triadic Colors of #aab771

#aab771 #71aab7 #b771aa

Analogous Colors of #aab771

#aab771 #87b771 #b7a171

Monochromatic Colors of #aab771

#aab771

Complementary Color

#aab771 #7e71b7

#aab771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab771 Color CSS Codes

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

#aab771 Text Font Color

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

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


#aab771 Background Color

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

This div background color is #aab771


#aab771 Border Color

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

This div border color is #aab771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,183,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aab771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aab771;
  -webkit-box-shadow: 1px 1px 3px 2px #aab771;
  box-shadow:         1px 1px 3px 2px #aab771; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,183,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab771


Comments

No comments written yet.

Please login to write comment.