Color Hex Logo

#aaa568 Color Hex

#AAA568
(170,165,104)
0 Favorites   0 Comments

Color spaces of #aaa568

RGB 170165104
HSL0.150.280.54
HSV55°39°67°
CMYK 0.000.030.39   0.33
XYZ32.531436.455818.4188
Yxy36.45580.37220.4171
Hunter Lab60.3786-9.488624.1783
CIE-Lab66.8667-7.433932.2630

#aaa568 color RGB value is (170,165,104).

#aaa568 hex color red value is 170, green value is 165 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aaa568 hue: 0.15 , saturation: 0.28 and the lightness value of aaa568 is 0.54.

The process color (four color CMYK) of #aaa568 color hex is 0.00, 0.03, 0.39, 0.33. Web safe color of #aaa568 is #999966. Color #aaa568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01101000
Octal 252 245 150
Decimal 170 165 104
Hex AA A5 68

RGB Percentages of Color #aaa568

%38.72
%37.59
%23.69

CMYK Percentages of Color #aaa568

%0
%3
%39
%33

Triadic Colors of #aaa568

#aaa568 #68aaa5 #a568aa

Analogous Colors of #aaa568

#aaa568 #8eaa68 #aa8468

Monochromatic Colors of #aaa568

#aaa568

Complementary Color

#aaa568 #686daa

#aaa568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa568 Color CSS Codes

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

#aaa568 Text Font Color

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

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


#aaa568 Background Color

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

This div background color is #aaa568


#aaa568 Border Color

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

This div border color is #aaa568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa568


Comments

No comments written yet.

Please login to write comment.