Color Hex Logo

#aa612a Color Hex

#AA612A
(170,97,42)
0 Favorites   0 Comments

Color spaces of #aa612a

RGB 1709742
HSL0.070.600.42
HSV26°75°67°
CMYK 0.000.430.75   0.33
XYZ21.270217.26264.4014
Yxy17.26260.49540.4021
Hunter Lab41.548318.671722.8029
CIE-Lab48.589225.160442.7213

#aa612a color RGB value is (170,97,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 00101010
Octal 252 141 52
Decimal 170 97 42
Hex AA 61 2A

RGB Percentages of Color #aa612a

%55.02
%31.39
%13.59

CMYK Percentages of Color #aa612a

%0
%43
%75
%33

Triadic Colors of #aa612a

#aa612a #2aaa61 #612aaa

Analogous Colors of #aa612a

#aa612a #aaa12a #aa2a33

Monochromatic Colors of #aa612a

#aa612a

Complementary Color

#aa612a #2a73aa

#aa612a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa612a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa612a Color CSS Codes

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

#aa612a Text Font Color

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

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


#aa612a Background Color

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

This div background color is #aa612a


#aa612a Border Color

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

This div border color is #aa612a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa612a


Comments

No comments written yet.

Please login to write comment.