Color Hex Logo

#ad622e Color Hex

#AD622E
(173,98,46)
0 Favorites   0 Comments

Color spaces of #ad622e

RGB 1739846
HSL0.070.580.43
HSV25°73°68°
CMYK 0.000.430.73   0.32
XYZ22.094417.81694.8593
Yxy17.81690.49350.3980
Hunter Lab42.210119.566322.7215
CIE-Lab49.273326.083341.5985

#ad622e color RGB value is (173,98,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 00101110
Octal 255 142 56
Decimal 173 98 46
Hex AD 62 2E

RGB Percentages of Color #ad622e

%54.57
%30.91
%14.51

CMYK Percentages of Color #ad622e

%0
%43
%73
%32

Triadic Colors of #ad622e

#ad622e #2ead62 #622ead

Analogous Colors of #ad622e

#ad622e #ada22e #ad2e3a

Monochromatic Colors of #ad622e

#ad622e

Complementary Color

#ad622e #2e79ad

#ad622e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad622e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad622e Color CSS Codes

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

#ad622e Text Font Color

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

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


#ad622e Background Color

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

This div background color is #ad622e


#ad622e Border Color

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

This div border color is #ad622e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,98,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 #ad622e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad622e


Comments

No comments written yet.

Please login to write comment.