color codes Logo

#aa4311 color codes

#AA4311
(170,67,17)
0 Favorites   0 Comments

Color spaces of #aa4311

RGB 1706717
HSL0.050.820.37
HSV20°90°67°
CMYK 0.000.610.90   0.33
XYZ18.685912.60081.9777
Yxy12.60080.56170.3788
Hunter Lab35.497631.841421.5451
CIE-Lab42.155540.063447.6950

#aa4311 color RGB value is (170,67,17).

#aa4311 hex color red value is 170, green value is 67 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aa4311 hue: 0.05 , saturation: 0.82 and the lightness value of aa4311 is 0.37.

The process color (four color CMYK) of #aa4311 color code is 0.00, 0.61, 0.90, 0.33. Web safe color of #aa4311 is #993300. Color #aa4311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 00010001
Octal 252 103 21
Decimal 170 67 17
Hex AA 43 11

RGB Percentages of Color #aa4311

%66.93
%26.38
%6.69

CMYK Percentages of Color #aa4311

%0
%61
%90
%33

Triadic Colors of #aa4311

#aa4311 #11aa43 #4311aa

Analogous Colors of #aa4311

#aa4311 #aa9011 #aa112c

Monochromatic Colors of #aa4311

#aa4311

Complementary Color

#aa4311 #1178aa

#aa4311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4311 Color CSS Codes

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

#aa4311 Text Font Color

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

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


#aa4311 Background Color

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

This div background color is #aa4311


#aa4311 Border Color

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

This div border color is #aa4311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4311


Comments

No comments written yet.

Please login to write comment.