Color Hex Logo

#ae692b Color Hex

#AE692B
(174,105,43)
0 Favorites   0 Comments

Color spaces of #ae692b

RGB 17410543
HSL0.080.600.43
HSV28°75°68°
CMYK 0.000.400.75   0.32
XYZ22.943219.27624.7969
Yxy19.27620.48800.4100
Hunter Lab43.904716.445324.2554
CIE-Lab51.008822.490144.8957

#ae692b color RGB value is (174,105,43).

#ae692b hex color red value is 174, green value is 105 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ae692b hue: 0.08 , saturation: 0.60 and the lightness value of ae692b is 0.43.

The process color (four color CMYK) of #ae692b color hex is 0.00, 0.40, 0.75, 0.32. Web safe color of #ae692b is #996633. Color #ae692b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00101011
Octal 256 151 53
Decimal 174 105 43
Hex AE 69 2B

RGB Percentages of Color #ae692b

%54.04
%32.61
%13.35

CMYK Percentages of Color #ae692b

%0
%40
%75
%32

Triadic Colors of #ae692b

#ae692b #2bae69 #692bae

Analogous Colors of #ae692b

#ae692b #aeab2b #ae2b2f

Monochromatic Colors of #ae692b

#ae692b

Complementary Color

#ae692b #2b70ae

#ae692b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae692b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae692b Color CSS Codes

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

#ae692b Text Font Color

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

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


#ae692b Background Color

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

This div background color is #ae692b


#ae692b Border Color

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

This div border color is #ae692b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae692b


Comments

No comments written yet.

Please login to write comment.