Color Hex Logo

#aa632f Color Hex

#AA632F
(170,99,47)
0 Favorites   0 Comments

Color spaces of #aa632f

RGB 1709947
HSL0.070.570.43
HSV25°72°67°
CMYK 0.000.420.72   0.33
XYZ21.552517.67504.9650
Yxy17.67500.48770.4000
Hunter Lab42.041617.934522.4272
CIE-Lab49.099524.297940.7882

#aa632f color RGB value is (170,99,47).

#aa632f hex color red value is 170, green value is 99 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aa632f hue: 0.07 , saturation: 0.57 and the lightness value of aa632f is 0.43.

The process color (four color CMYK) of #aa632f color hex is 0.00, 0.42, 0.72, 0.33. Web safe color of #aa632f is #996633. Color #aa632f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100011 00101111
Octal 252 143 57
Decimal 170 99 47
Hex AA 63 2F

RGB Percentages of Color #aa632f

%53.80
%31.33
%14.87

CMYK Percentages of Color #aa632f

%0
%42
%72
%33

Triadic Colors of #aa632f

#aa632f #2faa63 #632faa

Analogous Colors of #aa632f

#aa632f #aaa12f #aa2f38

Monochromatic Colors of #aa632f

#aa632f

Complementary Color

#aa632f #2f76aa

#aa632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa632f Color CSS Codes

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

#aa632f Text Font Color

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

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


#aa632f Background Color

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

This div background color is #aa632f


#aa632f Border Color

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

This div border color is #aa632f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa632f


Comments

No comments written yet.

Please login to write comment.