Color Hex Logo

#aa655f Color Hex

#AA655F
(170,101,95)
0 Favorites   0 Comments

Color spaces of #aa655f

RGB 17010195
HSL0.010.310.52
HSV44°67°
CMYK 0.000.410.44   0.33
XYZ23.296818.679613.2041
Yxy18.67960.42220.3385
Hunter Lab43.219920.581912.1403
CIE-Lab50.310227.092315.3331

#aa655f color RGB value is (170,101,95).

#aa655f hex color red value is 170, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aa655f hue: 0.01 , saturation: 0.31 and the lightness value of aa655f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 01011111
Octal 252 145 137
Decimal 170 101 95
Hex AA 65 5F

RGB Percentages of Color #aa655f

%46.45
%27.60
%25.96

CMYK Percentages of Color #aa655f

%0
%41
%44
%33

Triadic Colors of #aa655f

#aa655f #5faa65 #655faa

Analogous Colors of #aa655f

#aa655f #aa8b5f #aa5f7f

Monochromatic Colors of #aa655f

#aa655f

Complementary Color

#aa655f #5fa4aa

#aa655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa655f Color CSS Codes

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

#aa655f Text Font Color

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

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


#aa655f Background Color

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

This div background color is #aa655f


#aa655f Border Color

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

This div border color is #aa655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa655f


Comments

No comments written yet.

Please login to write comment.