Color Hex Logo

#aa9263 Color Hex

#AA9263
(170,146,99)
0 Favorites   0 Comments

Color spaces of #aa9263

RGB 17014699
HSL0.110.290.53
HSV40°42°67°
CMYK 0.000.140.42   0.33
XYZ29.108630.004716.0617
Yxy30.00470.38720.3991
Hunter Lab54.7765-1.002920.9584
CIE-Lab61.65832.292728.2182

#aa9263 color RGB value is (170,146,99).

#aa9263 hex color red value is 170, green value is 146 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aa9263 hue: 0.11 , saturation: 0.29 and the lightness value of aa9263 is 0.53.

The process color (four color CMYK) of #aa9263 color hex is 0.00, 0.14, 0.42, 0.33. Web safe color of #aa9263 is #999966. Color #aa9263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010010 01100011
Octal 252 222 143
Decimal 170 146 99
Hex AA 92 63

RGB Percentages of Color #aa9263

%40.96
%35.18
%23.86

CMYK Percentages of Color #aa9263

%0
%14
%42
%33

Triadic Colors of #aa9263

#aa9263 #63aa92 #9263aa

Analogous Colors of #aa9263

#aa9263 #9faa63 #aa6f63

Monochromatic Colors of #aa9263

#aa9263

Complementary Color

#aa9263 #637baa

#aa9263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9263 Color CSS Codes

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

#aa9263 Text Font Color

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

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


#aa9263 Background Color

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

This div background color is #aa9263


#aa9263 Border Color

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

This div border color is #aa9263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9263


Comments

No comments written yet.

Please login to write comment.