color codes Logo

#aa4927 color codes

#AA4927
(170,73,39)
0 Favorites   0 Comments

Color spaces of #aa4927

RGB 1707339
HSL0.040.630.41
HSV16°77°67°
CMYK 0.000.570.77   0.33
XYZ19.326313.45763.4984
Yxy13.45760.53270.3709
Hunter Lab36.684629.839920.0251
CIE-Lab43.444837.790138.9092

#aa4927 color RGB value is (170,73,39).

#aa4927 hex color red value is 170, green value is 73 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aa4927 hue: 0.04 , saturation: 0.63 and the lightness value of aa4927 is 0.41.

The process color (four color CMYK) of #aa4927 color code is 0.00, 0.57, 0.77, 0.33. Web safe color of #aa4927 is #993333. Color #aa4927 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001001 00100111
Octal 252 111 47
Decimal 170 73 39
Hex AA 49 27

RGB Percentages of Color #aa4927

%60.28
%25.89
%13.83

CMYK Percentages of Color #aa4927

%0
%57
%77
%33

Triadic Colors of #aa4927

#aa4927 #27aa49 #4927aa

Analogous Colors of #aa4927

#aa4927 #aa8b27 #aa2746

Monochromatic Colors of #aa4927

#aa4927

Complementary Color

#aa4927 #2788aa

#aa4927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4927 Color CSS Codes

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

#aa4927 Text Font Color

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

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


#aa4927 Background Color

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

This div background color is #aa4927


#aa4927 Border Color

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

This div border color is #aa4927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4927


Comments

No comments written yet.

Please login to write comment.