Color Hex Logo

#aa065e Color Hex

#AA065E
(170,6,94)
1 Favorites   0 Comments

Color spaces of #aa065e

RGB 170694
HSL0.910.930.35
HSV328°96°67°
CMYK 0.000.960.45   0.33
XYZ18.66319.484411.4367
Yxy9.48440.47150.2396
Hunter Lab30.796854.2782-0.4602
CIE-Lab36.900762.5951-3.1568

#aa065e color RGB value is (170,6,94).

#aa065e hex color red value is 170, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aa065e hue: 0.91 , saturation: 0.93 and the lightness value of aa065e is 0.35.

The process color (four color CMYK) of #aa065e color hex is 0.00, 0.96, 0.45, 0.33. Web safe color of #aa065e is #990066. Color #aa065e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000110 01011110
Octal 252 6 136
Decimal 170 6 94
Hex AA 6 5E

RGB Percentages of Color #aa065e

%62.96
%2.22
%34.81

CMYK Percentages of Color #aa065e

%0
%96
%45
%33

Triadic Colors of #aa065e

#aa065e #5eaa06 #065eaa

Analogous Colors of #aa065e

#aa065e #aa060c #a406aa

Monochromatic Colors of #aa065e

#aa065e

Complementary Color

#aa065e #06aa52

#aa065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa065e Color CSS Codes

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

#aa065e Text Font Color

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

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


#aa065e Background Color

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

This div background color is #aa065e


#aa065e Border Color

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

This div border color is #aa065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa065e


Comments

No comments written yet.

Please login to write comment.