Color Hex Logo

#aa675c Color Hex

#AA675C
(170,103,92)
0 Favorites   0 Comments

Color spaces of #aa675c

RGB 17010392
HSL0.020.310.51
HSV46°67°
CMYK 0.000.390.46   0.33
XYZ23.359619.019312.5651
Yxy19.01930.42520.3462
Hunter Lab43.611119.291213.4453
CIE-Lab50.709825.651117.6453

#aa675c color RGB value is (170,103,92).

#aa675c hex color red value is 170, green value is 103 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aa675c hue: 0.02 , saturation: 0.31 and the lightness value of aa675c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 01011100
Octal 252 147 134
Decimal 170 103 92
Hex AA 67 5C

RGB Percentages of Color #aa675c

%46.58
%28.22
%25.21

CMYK Percentages of Color #aa675c

%0
%39
%46
%33

Triadic Colors of #aa675c

#aa675c #5caa67 #675caa

Analogous Colors of #aa675c

#aa675c #aa8e5c #aa5c78

Monochromatic Colors of #aa675c

#aa675c

Complementary Color

#aa675c #5c9faa

#aa675c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa675c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa675c Color CSS Codes

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

#aa675c Text Font Color

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

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


#aa675c Background Color

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

This div background color is #aa675c


#aa675c Border Color

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

This div border color is #aa675c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa675c


Comments

No comments written yet.

Please login to write comment.