Color Hex Logo

#aa6138 Color Hex

#AA6138
(170,97,56)
0 Favorites   0 Comments

Color spaces of #aa6138

RGB 1709756
HSL0.060.500.44
HSV22°67°67°
CMYK 0.000.430.67   0.33
XYZ21.566117.38105.9596
Yxy17.38100.48020.3870
Hunter Lab41.690519.377920.7079
CIE-Lab48.736625.926535.6785

#aa6138 color RGB value is (170,97,56).

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

The process color (four color CMYK) of #aa6138 color hex is 0.00, 0.43, 0.67, 0.33. Web safe color of #aa6138 is #996633. Color #aa6138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 00111000
Octal 252 141 70
Decimal 170 97 56
Hex AA 61 38

RGB Percentages of Color #aa6138

%52.63
%30.03
%17.34

CMYK Percentages of Color #aa6138

%0
%43
%67
%33

Triadic Colors of #aa6138

#aa6138 #38aa61 #6138aa

Analogous Colors of #aa6138

#aa6138 #aa9a38 #aa3848

Monochromatic Colors of #aa6138

#aa6138

Complementary Color

#aa6138 #3881aa

#aa6138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6138 Color CSS Codes

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

#aa6138 Text Font Color

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

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


#aa6138 Background Color

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

This div background color is #aa6138


#aa6138 Border Color

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

This div border color is #aa6138


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,97,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 #aa6138">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6138


Comments

No comments written yet.

Please login to write comment.