Color Hex Logo

#aa674a Color Hex

#AA674A
(170,103,74)
0 Favorites   0 Comments

Color spaces of #aa674a

RGB 17010374
HSL0.050.390.48
HSV18°56°67°
CMYK 0.000.390.56   0.33
XYZ22.663818.74108.9014
Yxy18.74100.45050.3725
Hunter Lab43.290917.689918.1125
CIE-Lab50.382823.919427.6512

#aa674a color RGB value is (170,103,74).

#aa674a hex color red value is 170, green value is 103 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aa674a hue: 0.05 , saturation: 0.39 and the lightness value of aa674a is 0.48.

The process color (four color CMYK) of #aa674a color hex is 0.00, 0.39, 0.56, 0.33. Web safe color of #aa674a is #996633. Color #aa674a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 01001010
Octal 252 147 112
Decimal 170 103 74
Hex AA 67 4A

RGB Percentages of Color #aa674a

%48.99
%29.68
%21.33

CMYK Percentages of Color #aa674a

%0
%39
%56
%33

Triadic Colors of #aa674a

#aa674a #4aaa67 #674aaa

Analogous Colors of #aa674a

#aa674a #aa974a #aa4a5d

Monochromatic Colors of #aa674a

#aa674a

Complementary Color

#aa674a #4a8daa

#aa674a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa674a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa674a Color CSS Codes

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

#aa674a Text Font Color

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

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


#aa674a Background Color

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

This div background color is #aa674a


#aa674a Border Color

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

This div border color is #aa674a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa674a


Comments

No comments written yet.

Please login to write comment.