Color Hex Logo

#aaa343 Color Hex

#AAA343
(170,163,67)
0 Favorites   0 Comments

Color spaces of #aaa343

RGB 17016367
HSL0.160.430.46
HSV56°61°67°
CMYK 0.000.040.61   0.33
XYZ30.687935.145710.4766
Yxy35.14570.40210.4606
Hunter Lab59.2838-11.347231.0210
CIE-Lab65.8619-9.838449.4946

#aaa343 color RGB value is (170,163,67).

#aaa343 hex color red value is 170, green value is 163 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aaa343 hue: 0.16 , saturation: 0.43 and the lightness value of aaa343 is 0.46.

The process color (four color CMYK) of #aaa343 color hex is 0.00, 0.04, 0.61, 0.33. Web safe color of #aaa343 is #999933. Color #aaa343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01000011
Octal 252 243 103
Decimal 170 163 67
Hex AA A3 43

RGB Percentages of Color #aaa343

%42.50
%40.75
%16.75

CMYK Percentages of Color #aaa343

%0
%4
%61
%33

Triadic Colors of #aaa343

#aaa343 #43aaa3 #a343aa

Analogous Colors of #aaa343

#aaa343 #7eaa43 #aa7043

Monochromatic Colors of #aaa343

#aaa343

Complementary Color

#aaa343 #434aaa

#aaa343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa343 Color CSS Codes

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

#aaa343 Text Font Color

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

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


#aaa343 Background Color

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

This div background color is #aaa343


#aaa343 Border Color

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

This div border color is #aaa343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa343


Comments

No comments written yet.

Please login to write comment.