Color Hex Logo

#aa663a Color Hex

#AA663A
(170,102,58)
0 Favorites   0 Comments

Color spaces of #aa663a

RGB 17010258
HSL0.070.490.45
HSV24°66°67°
CMYK 0.000.400.66   0.33
XYZ22.092718.35436.3813
Yxy18.35430.47180.3919
Hunter Lab42.841917.075421.1581
CIE-Lab49.923023.274635.9738

#aa663a color RGB value is (170,102,58).

#aa663a hex color red value is 170, green value is 102 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aa663a hue: 0.07 , saturation: 0.49 and the lightness value of aa663a is 0.45.

The process color (four color CMYK) of #aa663a color hex is 0.00, 0.40, 0.66, 0.33. Web safe color of #aa663a is #996633. Color #aa663a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 00111010
Octal 252 146 72
Decimal 170 102 58
Hex AA 66 3A

RGB Percentages of Color #aa663a

%51.52
%30.91
%17.58

CMYK Percentages of Color #aa663a

%0
%40
%66
%33

Triadic Colors of #aa663a

#aa663a #3aaa66 #663aaa

Analogous Colors of #aa663a

#aa663a #aa9e3a #aa3a46

Monochromatic Colors of #aa663a

#aa663a

Complementary Color

#aa663a #3a7eaa

#aa663a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa663a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa663a Color CSS Codes

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

#aa663a Text Font Color

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

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


#aa663a Background Color

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

This div background color is #aa663a


#aa663a Border Color

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

This div border color is #aa663a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa663a


Comments

No comments written yet.

Please login to write comment.