Color Hex Logo

#aab766 Color Hex

#AAB766
(170,183,102)
0 Favorites   0 Comments

Color spaces of #aab766

RGB 170183102
HSL0.190.360.56
HSV70°44°72°
CMYK 0.070.000.44   0.28
XYZ35.909343.372319.0494
Yxy43.37230.36520.4411
Hunter Lab65.8576-17.922628.9507
CIE-Lab71.8069-17.018839.5324

#aab766 color RGB value is (170,183,102).

#aab766 hex color red value is 170, green value is 183 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aab766 hue: 0.19 , saturation: 0.36 and the lightness value of aab766 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01100110
Octal 252 267 146
Decimal 170 183 102
Hex AA B7 66

RGB Percentages of Color #aab766

%37.36
%40.22
%22.42

CMYK Percentages of Color #aab766

%7
%0
%44
%28

Triadic Colors of #aab766

#aab766 #66aab7 #b766aa

Analogous Colors of #aab766

#aab766 #82b766 #b79c66

Monochromatic Colors of #aab766

#aab766

Complementary Color

#aab766 #7366b7

#aab766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab766 Color CSS Codes

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

#aab766 Text Font Color

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

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


#aab766 Background Color

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

This div background color is #aab766


#aab766 Border Color

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

This div border color is #aab766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab766


Comments

No comments written yet.

Please login to write comment.