Color Hex Logo

#aa4326 Color Hex

#AA4326
(170,67,38)
0 Favorites   0 Comments

Color spaces of #aa4326

RGB 1706738
HSL0.040.630.41
HSV13°78°67°
CMYK 0.000.610.78   0.33
XYZ18.934612.70033.2872
Yxy12.70030.54220.3637
Hunter Lab35.637532.473519.4773
CIE-Lab42.308240.689538.2556

#aa4326 color RGB value is (170,67,38).

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

The process color (four color CMYK) of #aa4326 color hex is 0.00, 0.61, 0.78, 0.33. Web safe color of #aa4326 is #993333. Color #aa4326 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 00100110
Octal 252 103 46
Decimal 170 67 38
Hex AA 43 26

RGB Percentages of Color #aa4326

%61.82
%24.36
%13.82

CMYK Percentages of Color #aa4326

%0
%61
%78
%33

Triadic Colors of #aa4326

#aa4326 #26aa43 #4326aa

Analogous Colors of #aa4326

#aa4326 #aa8526 #aa264b

Monochromatic Colors of #aa4326

#aa4326

Complementary Color

#aa4326 #268daa

#aa4326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4326 Color CSS Codes

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

#aa4326 Text Font Color

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

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


#aa4326 Background Color

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

This div background color is #aa4326


#aa4326 Border Color

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

This div border color is #aa4326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4326


Comments

No comments written yet.

Please login to write comment.