Color Hex Logo

#aa4338 Color Hex

#AA4338
(170,67,56)
0 Favorites   0 Comments

Color spaces of #aa4338

RGB 1706756
HSL0.020.500.44
HSV67°67°
CMYK 0.000.610.67   0.33
XYZ19.298512.84595.2037
Yxy12.84590.51670.3440
Hunter Lab35.841233.390416.4806
CIE-Lab42.530141.591628.3345

#aa4338 color RGB value is (170,67,56).

#aa4338 hex color red value is 170, green value is 67 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aa4338 hue: 0.02 , saturation: 0.50 and the lightness value of aa4338 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 00111000
Octal 252 103 70
Decimal 170 67 56
Hex AA 43 38

RGB Percentages of Color #aa4338

%58.02
%22.87
%19.11

CMYK Percentages of Color #aa4338

%0
%61
%67
%33

Triadic Colors of #aa4338

#aa4338 #38aa43 #4338aa

Analogous Colors of #aa4338

#aa4338 #aa7c38 #aa3866

Monochromatic Colors of #aa4338

#aa4338

Complementary Color

#aa4338 #389faa

#aa4338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4338 Color CSS Codes

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

#aa4338 Text Font Color

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

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


#aa4338 Background Color

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

This div background color is #aa4338


#aa4338 Border Color

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

This div border color is #aa4338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4338


Comments

No comments written yet.

Please login to write comment.