Color Hex Logo

#aab776 Color Hex

#AAB776
(170,183,118)
0 Favorites   0 Comments

Color spaces of #aab776

RGB 170183118
HSL0.200.310.59
HSV72°36°72°
CMYK 0.070.000.36   0.28
XYZ36.781143.721023.6400
Yxy43.72100.35320.4198
Hunter Lab66.1219-16.420425.0878
CIE-Lab72.0416-15.128631.5900

#aab776 color RGB value is (170,183,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01110110
Octal 252 267 166
Decimal 170 183 118
Hex AA B7 76

RGB Percentages of Color #aab776

%36.09
%38.85
%25.05

CMYK Percentages of Color #aab776

%7
%0
%36
%28

Triadic Colors of #aab776

#aab776 #76aab7 #b776aa

Analogous Colors of #aab776

#aab776 #8ab776 #b7a476

Monochromatic Colors of #aab776

#aab776

Complementary Color

#aab776 #8376b7

#aab776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab776 Color CSS Codes

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

#aab776 Text Font Color

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

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


#aab776 Background Color

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

This div background color is #aab776


#aab776 Border Color

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

This div border color is #aab776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab776


Comments

No comments written yet.

Please login to write comment.