Color Hex Logo

#ae766b Color Hex

#AE766B
(174,118,107)
0 Favorites   0 Comments

Color spaces of #ae766b

RGB 174118107
HSL0.030.290.55
HSV10°39°68°
CMYK 0.000.320.39   0.32
XYZ26.587823.017116.9513
Yxy23.01710.39950.3458
Hunter Lab47.976114.964312.6345
CIE-Lab55.089920.580514.9775

#ae766b color RGB value is (174,118,107).

#ae766b hex color red value is 174, green value is 118 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae766b hue: 0.03 , saturation: 0.29 and the lightness value of ae766b is 0.55.

The process color (four color CMYK) of #ae766b color hex is 0.00, 0.32, 0.39, 0.32. Web safe color of #ae766b is #996666. Color #ae766b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 01101011
Octal 256 166 153
Decimal 174 118 107
Hex AE 76 6B

RGB Percentages of Color #ae766b

%43.61
%29.57
%26.82

CMYK Percentages of Color #ae766b

%0
%32
%39
%32

Triadic Colors of #ae766b

#ae766b #6bae76 #766bae

Analogous Colors of #ae766b

#ae766b #ae986b #ae6b82

Monochromatic Colors of #ae766b

#ae766b

Complementary Color

#ae766b #6ba3ae

#ae766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae766b Color CSS Codes

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

#ae766b Text Font Color

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

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


#ae766b Background Color

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

This div background color is #ae766b


#ae766b Border Color

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

This div border color is #ae766b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae766b


Comments

No comments written yet.

Please login to write comment.