Color Hex Logo

#aa167b Color Hex

#AA167B
(170,22,123)
0 Favorites   0 Comments

Color spaces of #aa167b

RGB 17022123
HSL0.890.770.38
HSV319°87°67°
CMYK 0.000.870.28   0.33
XYZ20.439610.549919.6979
Yxy10.54990.40320.2081
Hunter Lab32.480655.4865-13.2201
CIE-Lab38.811863.3005-18.6110

#aa167b color RGB value is (170,22,123).

#aa167b hex color red value is 170, green value is 22 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aa167b hue: 0.89 , saturation: 0.77 and the lightness value of aa167b is 0.38.

The process color (four color CMYK) of #aa167b color hex is 0.00, 0.87, 0.28, 0.33. Web safe color of #aa167b is #990066. Color #aa167b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010110 01111011
Octal 252 26 173
Decimal 170 22 123
Hex AA 16 7B

RGB Percentages of Color #aa167b

%53.97
%6.98
%39.05

CMYK Percentages of Color #aa167b

%0
%87
%28
%33

Triadic Colors of #aa167b

#aa167b #7baa16 #167baa

Analogous Colors of #aa167b

#aa167b #aa1631 #8f16aa

Monochromatic Colors of #aa167b

#aa167b

Complementary Color

#aa167b #16aa45

#aa167b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa167b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa167b Color CSS Codes

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

#aa167b Text Font Color

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

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


#aa167b Background Color

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

This div background color is #aa167b


#aa167b Border Color

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

This div border color is #aa167b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa167b


Comments

No comments written yet.

Please login to write comment.