Color Hex Logo

#aaa643 Color Hex

#AAA643
(170,166,67)
0 Favorites   0 Comments

Color spaces of #aaa643

RGB 17016667
HSL0.160.430.46
HSV58°61°67°
CMYK 0.000.020.61   0.33
XYZ31.226936.223710.6562
Yxy36.22370.39980.4638
Hunter Lab60.1861-12.713031.6328
CIE-Lab66.6905-11.413150.4024

#aaa643 color RGB value is (170,166,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01000011
Octal 252 246 103
Decimal 170 166 67
Hex AA A6 43

RGB Percentages of Color #aaa643

%42.18
%41.19
%16.63

CMYK Percentages of Color #aaa643

%0
%2
%61
%33

Triadic Colors of #aaa643

#aaa643 #43aaa6 #a643aa

Analogous Colors of #aaa643

#aaa643 #7baa43 #aa7343

Monochromatic Colors of #aaa643

#aaa643

Complementary Color

#aaa643 #4347aa

#aaa643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa643 Color CSS Codes

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

#aaa643 Text Font Color

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

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


#aaa643 Background Color

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

This div background color is #aaa643


#aaa643 Border Color

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

This div border color is #aaa643


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,166,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 #aaa643">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa643


Comments

No comments written yet.

Please login to write comment.