Color Hex Logo

#aa6272 Color Hex

#AA6272
(170,98,114)
0 Favorites   0 Comments

Color spaces of #aa6272

RGB 17098114
HSL0.960.300.53
HSV347°42°67°
CMYK 0.000.420.33   0.33
XYZ23.982518.496318.2257
Yxy18.49630.39510.3047
Hunter Lab43.007324.27554.9791
CIE-Lab50.092631.07073.7300

#aa6272 color RGB value is (170,98,114).

#aa6272 hex color red value is 170, green value is 98 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aa6272 hue: 0.96 , saturation: 0.30 and the lightness value of aa6272 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 01110010
Octal 252 142 162
Decimal 170 98 114
Hex AA 62 72

RGB Percentages of Color #aa6272

%44.50
%25.65
%29.84

CMYK Percentages of Color #aa6272

%0
%42
%33
%33

Triadic Colors of #aa6272

#aa6272 #72aa62 #6272aa

Analogous Colors of #aa6272

#aa6272 #aa7662 #aa6296

Monochromatic Colors of #aa6272

#aa6272

Complementary Color

#aa6272 #62aa9a

#aa6272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6272 Color CSS Codes

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

#aa6272 Text Font Color

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

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


#aa6272 Background Color

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

This div background color is #aa6272


#aa6272 Border Color

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

This div border color is #aa6272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6272


Comments

No comments written yet.

Please login to write comment.