Color Hex Logo

#aaa634 Color Hex

#AAA634
(170,166,52)
0 Favorites   0 Comments

Color spaces of #aaa634

RGB 17016652
HSL0.160.530.44
HSV58°69°67°
CMYK 0.000.020.69   0.33
XYZ30.833636.06648.5852
Yxy36.06640.40850.4778
Hunter Lab60.0553-13.451333.5629
CIE-Lab66.5706-12.351056.6014

#aaa634 color RGB value is (170,166,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00110100
Octal 252 246 64
Decimal 170 166 52
Hex AA A6 34

RGB Percentages of Color #aaa634

%43.81
%42.78
%13.40

CMYK Percentages of Color #aaa634

%0
%2
%69
%33

Triadic Colors of #aaa634

#aaa634 #34aaa6 #a634aa

Analogous Colors of #aaa634

#aaa634 #73aa34 #aa6b34

Monochromatic Colors of #aaa634

#aaa634

Complementary Color

#aaa634 #3438aa

#aaa634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa634 Color CSS Codes

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

#aaa634 Text Font Color

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

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


#aaa634 Background Color

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

This div background color is #aaa634


#aaa634 Border Color

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

This div border color is #aaa634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa634


Comments

No comments written yet.

Please login to write comment.