Color Hex Logo

#a8ae79 Color Hex

#A8AE79
(168,174,121)
0 Favorites   0 Comments

Color spaces of #a8ae79

RGB 168174121
HSL0.190.250.58
HSV67°30°68°
CMYK 0.030.000.30   0.32
XYZ34.735739.977423.9748
Yxy39.97740.35200.4051
Hunter Lab63.2277-12.585021.7777
CIE-Lab69.4534-10.855826.5628

#a8ae79 color RGB value is (168,174,121).

#a8ae79 hex color red value is 168, green value is 174 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a8ae79 hue: 0.19 , saturation: 0.25 and the lightness value of a8ae79 is 0.58.

The process color (four color CMYK) of #a8ae79 color hex is 0.03, 0.00, 0.30, 0.32. Web safe color of #a8ae79 is #999966. Color #a8ae79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 01111001
Octal 250 256 171
Decimal 168 174 121
Hex A8 AE 79

RGB Percentages of Color #a8ae79

%36.29
%37.58
%26.13

CMYK Percentages of Color #a8ae79

%3
%0
%30
%32

Triadic Colors of #a8ae79

#a8ae79 #79a8ae #ae79a8

Analogous Colors of #a8ae79

#a8ae79 #8eae79 #ae9a79

Monochromatic Colors of #a8ae79

#a8ae79

Complementary Color

#a8ae79 #7f79ae

#a8ae79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ae79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ae79 Color CSS Codes

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

#a8ae79 Text Font Color

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

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


#a8ae79 Background Color

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

This div background color is #a8ae79


#a8ae79 Border Color

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

This div border color is #a8ae79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,174,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8ae79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8ae79;
  -webkit-box-shadow: 1px 1px 3px 2px #a8ae79;
  box-shadow:         1px 1px 3px 2px #a8ae79; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,174,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ae79


Comments

No comments written yet.

Please login to write comment.