Color Hex Logo

#aa752e Color Hex

#AA752E
(170,117,46)
0 Favorites   0 Comments

Color spaces of #aa752e

RGB 17011746
HSL0.100.570.42
HSV34°73°67°
CMYK 0.000.310.73   0.33
XYZ23.432021.46595.4931
Yxy21.46590.46500.4260
Hunter Lab46.33139.196425.4024
CIE-Lab53.455714.138645.8504

#aa752e color RGB value is (170,117,46).

#aa752e hex color red value is 170, green value is 117 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa752e hue: 0.10 , saturation: 0.57 and the lightness value of aa752e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 00101110
Octal 252 165 56
Decimal 170 117 46
Hex AA 75 2E

RGB Percentages of Color #aa752e

%51.05
%35.14
%13.81

CMYK Percentages of Color #aa752e

%0
%31
%73
%33

Triadic Colors of #aa752e

#aa752e #2eaa75 #752eaa

Analogous Colors of #aa752e

#aa752e #a1aa2e #aa372e

Monochromatic Colors of #aa752e

#aa752e

Complementary Color

#aa752e #2e63aa

#aa752e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa752e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa752e Color CSS Codes

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

#aa752e Text Font Color

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

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


#aa752e Background Color

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

This div background color is #aa752e


#aa752e Border Color

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

This div border color is #aa752e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa752e


Comments

No comments written yet.

Please login to write comment.