Color Hex Logo

#aa615b Color Hex

#AA615B
(170,97,91)
3 Favorites   0 Comments

Color spaces of #aa615b

RGB 1709791
HSL0.010.320.51
HSV46°67°
CMYK 0.000.430.46   0.33
XYZ22.740617.850812.1445
Yxy17.85080.43120.3385
Hunter Lab42.250222.137312.5327
CIE-Lab49.314628.873416.3387

#aa615b color RGB value is (170,97,91).

#aa615b hex color red value is 170, green value is 97 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aa615b hue: 0.01 , saturation: 0.32 and the lightness value of aa615b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 01011011
Octal 252 141 133
Decimal 170 97 91
Hex AA 61 5B

RGB Percentages of Color #aa615b

%47.49
%27.09
%25.42

CMYK Percentages of Color #aa615b

%0
%43
%46
%33

Triadic Colors of #aa615b

#aa615b #5baa61 #615baa

Analogous Colors of #aa615b

#aa615b #aa895b #aa5b7d

Monochromatic Colors of #aa615b

#aa615b

Complementary Color

#aa615b #5ba4aa

#aa615b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa615b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa615b Color CSS Codes

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

#aa615b Text Font Color

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

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


#aa615b Background Color

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

This div background color is #aa615b


#aa615b Border Color

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

This div border color is #aa615b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa615b

#aa615b Color Palettes


Comments

No comments written yet.

Please login to write comment.