Color Hex Logo

#aaa678 Color Hex

#AAA678
(170,166,120)
0 Favorites   0 Comments

Color spaces of #aaa678

RGB 170166120
HSL0.150.230.57
HSV55°29°67°
CMYK 0.000.020.29   0.33
XYZ33.603937.174523.1736
Yxy37.17450.35770.3957
Hunter Lab60.9709-8.319420.1449
CIE-Lab67.4077-5.963824.3963

#aaa678 color RGB value is (170,166,120).

#aaa678 hex color red value is 170, green value is 166 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aaa678 hue: 0.15 , saturation: 0.23 and the lightness value of aaa678 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01111000
Octal 252 246 170
Decimal 170 166 120
Hex AA A6 78

RGB Percentages of Color #aaa678

%37.28
%36.40
%26.32

CMYK Percentages of Color #aaa678

%0
%2
%29
%33

Triadic Colors of #aaa678

#aaa678 #78aaa6 #a678aa

Analogous Colors of #aaa678

#aaa678 #95aa78 #aa8d78

Monochromatic Colors of #aaa678

#aaa678

Complementary Color

#aaa678 #787caa

#aaa678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa678 Color CSS Codes

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

#aaa678 Text Font Color

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

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


#aaa678 Background Color

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

This div background color is #aaa678


#aaa678 Border Color

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

This div border color is #aaa678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa678


Comments

No comments written yet.

Please login to write comment.