Color Hex Logo

#aa380a Color Hex

#AA380A
(170,56,10)
0 Favorites   0 Comments

Color spaces of #aa380a

RGB 1705610
HSL0.050.890.35
HSV17°94°67°
CMYK 0.000.670.94   0.33
XYZ18.046511.39631.5357
Yxy11.39630.58250.3679
Hunter Lab33.758436.345020.9337
CIE-Lab40.240144.964748.6436

#aa380a color RGB value is (170,56,10).

#aa380a hex color red value is 170, green value is 56 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aa380a hue: 0.05 , saturation: 0.89 and the lightness value of aa380a is 0.35.

The process color (four color CMYK) of #aa380a color hex is 0.00, 0.67, 0.94, 0.33. Web safe color of #aa380a is #993300. Color #aa380a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111000 00001010
Octal 252 70 12
Decimal 170 56 10
Hex AA 38 A

RGB Percentages of Color #aa380a

%72.03
%23.73
%4.24

CMYK Percentages of Color #aa380a

%0
%67
%94
%33

Triadic Colors of #aa380a

#aa380a #0aaa38 #380aaa

Analogous Colors of #aa380a

#aa380a #aa880a #aa0a2c

Monochromatic Colors of #aa380a

#aa380a

Complementary Color

#aa380a #0a7caa

#aa380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa380a Color CSS Codes

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

#aa380a Text Font Color

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

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


#aa380a Background Color

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

This div background color is #aa380a


#aa380a Border Color

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

This div border color is #aa380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa380a


Comments

No comments written yet.

Please login to write comment.