Color Hex Logo

#aa514b Color Hex

#AA514B
(170,81,75)
0 Favorites   0 Comments

Color spaces of #aa514b

RGB 1708175
HSL0.010.390.48
HSV56°67°
CMYK 0.000.520.56   0.33
XYZ20.790014.93898.4444
Yxy14.93890.47060.3382
Hunter Lab38.650928.374714.1020
CIE-Lab45.550435.956920.8311

#aa514b color RGB value is (170,81,75).

#aa514b hex color red value is 170, green value is 81 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aa514b hue: 0.01 , saturation: 0.39 and the lightness value of aa514b is 0.48.

The process color (four color CMYK) of #aa514b color hex is 0.00, 0.52, 0.56, 0.33. Web safe color of #aa514b is #996633. Color #aa514b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 01001011
Octal 252 121 113
Decimal 170 81 75
Hex AA 51 4B

RGB Percentages of Color #aa514b

%52.15
%24.85
%23.01

CMYK Percentages of Color #aa514b

%0
%52
%56
%33

Triadic Colors of #aa514b

#aa514b #4baa51 #514baa

Analogous Colors of #aa514b

#aa514b #aa814b #aa4b75

Monochromatic Colors of #aa514b

#aa514b

Complementary Color

#aa514b #4ba4aa

#aa514b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa514b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa514b Color CSS Codes

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

#aa514b Text Font Color

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

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


#aa514b Background Color

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

This div background color is #aa514b


#aa514b Border Color

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

This div border color is #aa514b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa514b


Comments

No comments written yet.

Please login to write comment.