Color Hex Logo

#aaa74d Color Hex

#AAA74D
(170,167,77)
0 Favorites   0 Comments

Color spaces of #aaa74d

RGB 17016777
HSL0.160.380.48
HSV58°55°67°
CMYK 0.000.020.55   0.33
XYZ31.735836.719312.4361
Yxy36.71930.39230.4539
Hunter Lab60.5965-12.559130.2495
CIE-Lab67.0659-11.167146.1799

#aaa74d color RGB value is (170,167,77).

#aaa74d hex color red value is 170, green value is 167 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aaa74d hue: 0.16 , saturation: 0.38 and the lightness value of aaa74d is 0.48.

The process color (four color CMYK) of #aaa74d color hex is 0.00, 0.02, 0.55, 0.33. Web safe color of #aaa74d is #999966. Color #aaa74d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01001101
Octal 252 247 115
Decimal 170 167 77
Hex AA A7 4D

RGB Percentages of Color #aaa74d

%41.06
%40.34
%18.60

CMYK Percentages of Color #aaa74d

%0
%2
%55
%33

Triadic Colors of #aaa74d

#aaa74d #4daaa7 #a74daa

Analogous Colors of #aaa74d

#aaa74d #7faa4d #aa794d

Monochromatic Colors of #aaa74d

#aaa74d

Complementary Color

#aaa74d #4d50aa

#aaa74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa74d Color CSS Codes

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

#aaa74d Text Font Color

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

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


#aaa74d Background Color

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

This div background color is #aaa74d


#aaa74d Border Color

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

This div border color is #aaa74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa74d


Comments

No comments written yet.

Please login to write comment.