Color Hex Logo

#aa863a Color Hex

#AA863A
(170,134,58)
0 Favorites   0 Comments

Color spaces of #aa863a

RGB 17013458
HSL0.110.490.45
HSV41°66°67°
CMYK 0.000.210.66   0.33
XYZ25.866425.90177.6392
Yxy25.90170.43540.4360
Hunter Lab50.89371.657526.7261
CIE-Lab57.94365.295545.0007

#aa863a color RGB value is (170,134,58).

#aa863a hex color red value is 170, green value is 134 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aa863a hue: 0.11 , saturation: 0.49 and the lightness value of aa863a is 0.45.

The process color (four color CMYK) of #aa863a color hex is 0.00, 0.21, 0.66, 0.33. Web safe color of #aa863a is #999933. Color #aa863a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000110 00111010
Octal 252 206 72
Decimal 170 134 58
Hex AA 86 3A

RGB Percentages of Color #aa863a

%46.96
%37.02
%16.02

CMYK Percentages of Color #aa863a

%0
%21
%66
%33

Triadic Colors of #aa863a

#aa863a #3aaa86 #863aaa

Analogous Colors of #aa863a

#aa863a #96aa3a #aa4e3a

Monochromatic Colors of #aa863a

#aa863a

Complementary Color

#aa863a #3a5eaa

#aa863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa863a Color CSS Codes

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

#aa863a Text Font Color

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

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


#aa863a Background Color

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

This div background color is #aa863a


#aa863a Border Color

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

This div border color is #aa863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa863a

#aa863a Color Palettes


Comments

No comments written yet.

Please login to write comment.