Color Hex Logo

#aa606b Color Hex

#AA606B
(170,96,107)
0 Favorites   0 Comments

Color spaces of #aa606b

RGB 17096107
HSL0.980.300.52
HSV351°44°67°
CMYK 0.000.440.37   0.33
XYZ23.414317.973316.1450
Yxy17.97330.40700.3124
Hunter Lab42.394924.39277.0974
CIE-Lab49.463731.26637.0107

#aa606b color RGB value is (170,96,107).

#aa606b hex color red value is 170, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aa606b hue: 0.98 , saturation: 0.30 and the lightness value of aa606b is 0.52.

The process color (four color CMYK) of #aa606b color hex is 0.00, 0.44, 0.37, 0.33. Web safe color of #aa606b is #996666. Color #aa606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 01101011
Octal 252 140 153
Decimal 170 96 107
Hex AA 60 6B

RGB Percentages of Color #aa606b

%45.58
%25.74
%28.69

CMYK Percentages of Color #aa606b

%0
%44
%37
%33

Triadic Colors of #aa606b

#aa606b #6baa60 #606baa

Analogous Colors of #aa606b

#aa606b #aa7a60 #aa6090

Monochromatic Colors of #aa606b

#aa606b

Complementary Color

#aa606b #60aa9f

#aa606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa606b Color CSS Codes

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

#aa606b Text Font Color

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

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


#aa606b Background Color

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

This div background color is #aa606b


#aa606b Border Color

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

This div border color is #aa606b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa606b


Comments

No comments written yet.

Please login to write comment.