Color Hex Logo

#a0ae75 Color Hex

#A0AE75
(160,174,117)
0 Favorites   0 Comments

Color spaces of #a0ae75

RGB 160174117
HSL0.210.260.57
HSV75°33°68°
CMYK 0.080.000.33   0.32
XYZ32.844139.030022.6321
Yxy39.03000.34750.4130
Hunter Lab62.4740-15.487722.2531
CIE-Lab68.7730-14.533427.6876

#a0ae75 color RGB value is (160,174,117).

#a0ae75 hex color red value is 160, green value is 174 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a0ae75 hue: 0.21 , saturation: 0.26 and the lightness value of a0ae75 is 0.57.

The process color (four color CMYK) of #a0ae75 color hex is 0.08, 0.00, 0.33, 0.32. Web safe color of #a0ae75 is #999966. Color #a0ae75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 01110101
Octal 240 256 165
Decimal 160 174 117
Hex A0 AE 75

RGB Percentages of Color #a0ae75

%35.48
%38.58
%25.94

CMYK Percentages of Color #a0ae75

%8
%0
%33
%32

Triadic Colors of #a0ae75

#a0ae75 #75a0ae #ae75a0

Analogous Colors of #a0ae75

#a0ae75 #84ae75 #aea075

Monochromatic Colors of #a0ae75

#a0ae75

Complementary Color

#a0ae75 #8375ae

#a0ae75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ae75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ae75 Color CSS Codes

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

#a0ae75 Text Font Color

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

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


#a0ae75 Background Color

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

This div background color is #a0ae75


#a0ae75 Border Color

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

This div border color is #a0ae75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ae75


Comments

No comments written yet.

Please login to write comment.