Color Hex Logo

#aaa751 Color Hex

#AAA751
(170,167,81)
0 Favorites   0 Comments

Color spaces of #aaa751

RGB 17016781
HSL0.160.350.49
HSV58°52°67°
CMYK 0.000.020.52   0.33
XYZ31.881536.777613.2030
Yxy36.77760.38950.4493
Hunter Lab60.6445-12.288529.5431
CIE-Lab67.1098-10.826544.3007

#aaa751 color RGB value is (170,167,81).

#aaa751 hex color red value is 170, green value is 167 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #aaa751 hue: 0.16 , saturation: 0.35 and the lightness value of aaa751 is 0.49.

The process color (four color CMYK) of #aaa751 color hex is 0.00, 0.02, 0.52, 0.33. Web safe color of #aaa751 is #999966. Color #aaa751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01010001
Octal 252 247 121
Decimal 170 167 81
Hex AA A7 51

RGB Percentages of Color #aaa751

%40.67
%39.95
%19.38

CMYK Percentages of Color #aaa751

%0
%2
%52
%33

Triadic Colors of #aaa751

#aaa751 #51aaa7 #a751aa

Analogous Colors of #aaa751

#aaa751 #81aa51 #aa7b51

Monochromatic Colors of #aaa751

#aaa751

Complementary Color

#aaa751 #5154aa

#aaa751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa751 Color CSS Codes

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

#aaa751 Text Font Color

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

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


#aaa751 Background Color

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

This div background color is #aaa751


#aaa751 Border Color

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

This div border color is #aaa751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa751


Comments

No comments written yet.

Please login to write comment.