Color Hex Logo

#aa642b Color Hex

#AA642B
(170,100,43)
0 Favorites   0 Comments

Color spaces of #aa642b

RGB 17010043
HSL0.070.600.42
HSV27°75°67°
CMYK 0.000.410.75   0.33
XYZ21.570817.83484.5911
Yxy17.83480.49030.4054
Hunter Lab42.231317.269123.1163
CIE-Lab49.295123.541142.9661

#aa642b color RGB value is (170,100,43).

#aa642b hex color red value is 170, green value is 100 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aa642b hue: 0.07 , saturation: 0.60 and the lightness value of aa642b is 0.42.

The process color (four color CMYK) of #aa642b color hex is 0.00, 0.41, 0.75, 0.33. Web safe color of #aa642b is #996633. Color #aa642b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 00101011
Octal 252 144 53
Decimal 170 100 43
Hex AA 64 2B

RGB Percentages of Color #aa642b

%54.31
%31.95
%13.74

CMYK Percentages of Color #aa642b

%0
%41
%75
%33

Triadic Colors of #aa642b

#aa642b #2baa64 #642baa

Analogous Colors of #aa642b

#aa642b #aaa42b #aa2b32

Monochromatic Colors of #aa642b

#aa642b

Complementary Color

#aa642b #2b71aa

#aa642b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa642b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa642b Color CSS Codes

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

#aa642b Text Font Color

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

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


#aa642b Background Color

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

This div background color is #aa642b


#aa642b Border Color

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

This div border color is #aa642b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa642b


Comments

No comments written yet.

Please login to write comment.