Color Hex Logo

#aa652d Color Hex

#AA652D
(170,101,45)
0 Favorites   0 Comments

Color spaces of #aa652d

RGB 17010145
HSL0.070.580.42
HSV27°74°67°
CMYK 0.000.410.74   0.33
XYZ21.704918.04294.8213
Yxy18.04290.48700.4048
Hunter Lab42.476916.875423.0042
CIE-Lab49.548123.081442.2577

#aa652d color RGB value is (170,101,45).

#aa652d hex color red value is 170, green value is 101 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aa652d hue: 0.07 , saturation: 0.58 and the lightness value of aa652d is 0.42.

The process color (four color CMYK) of #aa652d color hex is 0.00, 0.41, 0.74, 0.33. Web safe color of #aa652d is #996633. Color #aa652d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 00101101
Octal 252 145 55
Decimal 170 101 45
Hex AA 65 2D

RGB Percentages of Color #aa652d

%53.80
%31.96
%14.24

CMYK Percentages of Color #aa652d

%0
%41
%74
%33

Triadic Colors of #aa652d

#aa652d #2daa65 #652daa

Analogous Colors of #aa652d

#aa652d #aaa42d #aa2d34

Monochromatic Colors of #aa652d

#aa652d

Complementary Color

#aa652d #2d72aa

#aa652d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa652d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa652d Color CSS Codes

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

#aa652d Text Font Color

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

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


#aa652d Background Color

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

This div background color is #aa652d


#aa652d Border Color

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

This div border color is #aa652d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa652d


Comments

No comments written yet.

Please login to write comment.