Color Hex Logo

#aa754a Color Hex

#AA754A
(170,117,74)
0 Favorites   0 Comments

Color spaces of #aa754a

RGB 17011774
HSL0.070.390.48
HSV27°56°67°
CMYK 0.000.310.56   0.33
XYZ24.174921.76309.4051
Yxy21.76300.43680.3932
Hunter Lab46.650810.861420.7023
CIE-Lab53.774616.042631.8918

#aa754a color RGB value is (170,117,74).

#aa754a hex color red value is 170, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aa754a hue: 0.07 , saturation: 0.39 and the lightness value of aa754a is 0.48.

The process color (four color CMYK) of #aa754a color hex is 0.00, 0.31, 0.56, 0.33. Web safe color of #aa754a is #996633. Color #aa754a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 01001010
Octal 252 165 112
Decimal 170 117 74
Hex AA 75 4A

RGB Percentages of Color #aa754a

%47.09
%32.41
%20.50

CMYK Percentages of Color #aa754a

%0
%31
%56
%33

Triadic Colors of #aa754a

#aa754a #4aaa75 #754aaa

Analogous Colors of #aa754a

#aa754a #aaa54a #aa4a4f

Monochromatic Colors of #aa754a

#aa754a

Complementary Color

#aa754a #4a7faa

#aa754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa754a Color CSS Codes

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

#aa754a Text Font Color

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

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


#aa754a Background Color

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

This div background color is #aa754a


#aa754a Border Color

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

This div border color is #aa754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa754a


Comments

No comments written yet.

Please login to write comment.