Color Hex Logo

#aa563c Color Hex

#AA563C
(170,86,60)
0 Favorites   0 Comments

Color spaces of #aa563c

RGB 1708660
HSL0.040.480.45
HSV14°65°67°
CMYK 0.000.490.65   0.33
XYZ20.721015.52796.1800
Yxy15.52790.48840.3660
Hunter Lab39.405524.903018.2853
CIE-Lab46.348932.181430.6371

#aa563c color RGB value is (170,86,60).

#aa563c hex color red value is 170, green value is 86 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aa563c hue: 0.04 , saturation: 0.48 and the lightness value of aa563c is 0.45.

The process color (four color CMYK) of #aa563c color hex is 0.00, 0.49, 0.65, 0.33. Web safe color of #aa563c is #996633. Color #aa563c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010110 00111100
Octal 252 126 74
Decimal 170 86 60
Hex AA 56 3C

RGB Percentages of Color #aa563c

%53.80
%27.22
%18.99

CMYK Percentages of Color #aa563c

%0
%49
%65
%33

Triadic Colors of #aa563c

#aa563c #3caa56 #563caa

Analogous Colors of #aa563c

#aa563c #aa8d3c #aa3c59

Monochromatic Colors of #aa563c

#aa563c

Complementary Color

#aa563c #3c90aa

#aa563c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa563c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa563c Color CSS Codes

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

#aa563c Text Font Color

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

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


#aa563c Background Color

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

This div background color is #aa563c


#aa563c Border Color

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

This div border color is #aa563c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa563c


Comments

No comments written yet.

Please login to write comment.