Color Hex Logo

#aa641c Color Hex

#AA641C
(170,100,28)
0 Favorites   0 Comments

Color spaces of #aa641c

RGB 17010028
HSL0.080.720.39
HSV30°84°67°
CMYK 0.000.410.84   0.33
XYZ21.344317.74423.3986
Yxy17.74420.50240.4176
Hunter Lab42.123916.729824.7031
CIE-Lab49.184422.947249.4154

#aa641c color RGB value is (170,100,28).

#aa641c hex color red value is 170, green value is 100 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aa641c hue: 0.08 , saturation: 0.72 and the lightness value of aa641c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 00011100
Octal 252 144 34
Decimal 170 100 28
Hex AA 64 1C

RGB Percentages of Color #aa641c

%57.05
%33.56
%9.40

CMYK Percentages of Color #aa641c

%0
%41
%84
%33

Triadic Colors of #aa641c

#aa641c #1caa64 #641caa

Analogous Colors of #aa641c

#aa641c #a9aa1c #aa1d1c

Monochromatic Colors of #aa641c

#aa641c

Complementary Color

#aa641c #1c62aa

#aa641c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa641c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa641c Color CSS Codes

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

#aa641c Text Font Color

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

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


#aa641c Background Color

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

This div background color is #aa641c


#aa641c Border Color

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

This div border color is #aa641c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa641c


Comments

No comments written yet.

Please login to write comment.