Color Hex Logo

#aab373 Color Hex

#AAB373
(170,179,115)
0 Favorites   0 Comments

Color spaces of #aab373

RGB 170179115
HSL0.190.300.58
HSV68°36°70°
CMYK 0.050.000.36   0.30
XYZ35.792242.024122.4447
Yxy42.02410.35700.4191
Hunter Lab64.8260-14.890824.8502
CIE-Lab70.8875-13.449231.6613

#aab373 color RGB value is (170,179,115).

#aab373 hex color red value is 170, green value is 179 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aab373 hue: 0.19 , saturation: 0.30 and the lightness value of aab373 is 0.58.

The process color (four color CMYK) of #aab373 color hex is 0.05, 0.00, 0.36, 0.30. Web safe color of #aab373 is #99cc66. Color #aab373 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01110011
Octal 252 263 163
Decimal 170 179 115
Hex AA B3 73

RGB Percentages of Color #aab373

%36.64
%38.58
%24.78

CMYK Percentages of Color #aab373

%5
%0
%36
%30

Triadic Colors of #aab373

#aab373 #73aab3 #b373aa

Analogous Colors of #aab373

#aab373 #8ab373 #b39c73

Monochromatic Colors of #aab373

#aab373

Complementary Color

#aab373 #7c73b3

#aab373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab373 Color CSS Codes

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

#aab373 Text Font Color

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

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


#aab373 Background Color

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

This div background color is #aab373


#aab373 Border Color

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

This div border color is #aab373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab373


Comments

No comments written yet.

Please login to write comment.