Color Hex Logo

#ad662e Color Hex

#AD662E
(173,102,46)
0 Favorites   0 Comments

Color spaces of #ad662e

RGB 17310246
HSL0.070.580.43
HSV26°73°68°
CMYK 0.000.410.73   0.32
XYZ22.478118.58424.9872
Yxy18.58420.48810.4036
Hunter Lab43.109417.632023.3175
CIE-Lab50.197123.870542.5743

#ad662e color RGB value is (173,102,46).

#ad662e hex color red value is 173, green value is 102 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ad662e hue: 0.07 , saturation: 0.58 and the lightness value of ad662e is 0.43.

The process color (four color CMYK) of #ad662e color hex is 0.00, 0.41, 0.73, 0.32. Web safe color of #ad662e is #996633. Color #ad662e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 00101110
Octal 255 146 56
Decimal 173 102 46
Hex AD 66 2E

RGB Percentages of Color #ad662e

%53.89
%31.78
%14.33

CMYK Percentages of Color #ad662e

%0
%41
%73
%32

Triadic Colors of #ad662e

#ad662e #2ead66 #662ead

Analogous Colors of #ad662e

#ad662e #ada62e #ad2e35

Monochromatic Colors of #ad662e

#ad662e

Complementary Color

#ad662e #2e75ad

#ad662e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad662e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad662e Color CSS Codes

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

#ad662e Text Font Color

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

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


#ad662e Background Color

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

This div background color is #ad662e


#ad662e Border Color

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

This div border color is #ad662e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,102,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad662e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad662e;
  -webkit-box-shadow: 1px 1px 3px 2px #ad662e;
  box-shadow:         1px 1px 3px 2px #ad662e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,102,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad662e


Comments

No comments written yet.

Please login to write comment.