Color Hex Logo

#aa3d0c Color Hex

#AA3D0C
(170,61,12)
0 Favorites   0 Comments

Color spaces of #aa3d0c

RGB 1706112
HSL0.050.870.36
HSV19°93°67°
CMYK 0.000.640.93   0.33
XYZ18.312711.91011.6815
Yxy11.91010.57400.3733
Hunter Lab34.511034.323821.2689
CIE-Lab41.072942.781248.5962

#aa3d0c color RGB value is (170,61,12).

#aa3d0c hex color red value is 170, green value is 61 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aa3d0c hue: 0.05 , saturation: 0.87 and the lightness value of aa3d0c is 0.36.

The process color (four color CMYK) of #aa3d0c color hex is 0.00, 0.64, 0.93, 0.33. Web safe color of #aa3d0c is #993300. Color #aa3d0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111101 00001100
Octal 252 75 14
Decimal 170 61 12
Hex AA 3D C

RGB Percentages of Color #aa3d0c

%69.96
%25.10
%4.94

CMYK Percentages of Color #aa3d0c

%0
%64
%93
%33

Triadic Colors of #aa3d0c

#aa3d0c #0caa3d #3d0caa

Analogous Colors of #aa3d0c

#aa3d0c #aa8c0c #aa0c2a

Monochromatic Colors of #aa3d0c

#aa3d0c

Complementary Color

#aa3d0c #0c79aa

#aa3d0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3d0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3d0c Color CSS Codes

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

#aa3d0c Text Font Color

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

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


#aa3d0c Background Color

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

This div background color is #aa3d0c


#aa3d0c Border Color

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

This div border color is #aa3d0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3d0c


Comments

No comments written yet.

Please login to write comment.