color codes Logo

#aa370d color codes

#AA370D
(170,55,13)
0 Favorites   0 Comments

Color spaces of #aa370d

RGB 1705513
HSL0.040.860.36
HSV16°92°67°
CMYK 0.000.680.92   0.33
XYZ18.016411.30751.6138
Yxy11.30750.58230.3655
Hunter Lab33.626636.789720.6932
CIE-Lab40.093645.436247.5854

#aa370d color RGB value is (170,55,13).

#aa370d hex color red value is 170, green value is 55 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aa370d hue: 0.04 , saturation: 0.86 and the lightness value of aa370d is 0.36.

The process color (four color CMYK) of #aa370d color code is 0.00, 0.68, 0.92, 0.33. Web safe color of #aa370d is #993300. Color #aa370d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 00001101
Octal 252 67 15
Decimal 170 55 13
Hex AA 37 D

RGB Percentages of Color #aa370d

%71.43
%23.11
%5.46

CMYK Percentages of Color #aa370d

%0
%68
%92
%33

Triadic Colors of #aa370d

#aa370d #0daa37 #370daa

Analogous Colors of #aa370d

#aa370d #aa860d #aa0d32

Monochromatic Colors of #aa370d

#aa370d

Complementary Color

#aa370d #0d80aa

#aa370d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa370d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa370d Color CSS Codes

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

#aa370d Text Font Color

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

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


#aa370d Background Color

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

This div background color is #aa370d


#aa370d Border Color

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

This div border color is #aa370d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa370d


Comments

No comments written yet.

Please login to write comment.