Color Hex Logo

#aa612e Color Hex

#AA612E
(170,97,46)
0 Favorites   0 Comments

Color spaces of #aa612e

RGB 1709746
HSL0.070.570.42
HSV25°73°67°
CMYK 0.000.430.73   0.33
XYZ21.345417.29274.7976
Yxy17.29270.49140.3981
Hunter Lab41.584518.851522.2689
CIE-Lab48.626725.356040.7853

#aa612e color RGB value is (170,97,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 00101110
Octal 252 141 56
Decimal 170 97 46
Hex AA 61 2E

RGB Percentages of Color #aa612e

%54.31
%30.99
%14.70

CMYK Percentages of Color #aa612e

%0
%43
%73
%33

Triadic Colors of #aa612e

#aa612e #2eaa61 #612eaa

Analogous Colors of #aa612e

#aa612e #aa9f2e #aa2e39

Monochromatic Colors of #aa612e

#aa612e

Complementary Color

#aa612e #2e77aa

#aa612e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa612e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa612e Color CSS Codes

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

#aa612e Text Font Color

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

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


#aa612e Background Color

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

This div background color is #aa612e


#aa612e Border Color

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

This div border color is #aa612e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,97,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 #aa612e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa612e


Comments

No comments written yet.

Please login to write comment.