Color Hex Logo

#ad622d Color Hex

#AD622D
(173,98,45)
0 Favorites   0 Comments

Color spaces of #ad622d

RGB 1739845
HSL0.070.590.43
HSV25°74°68°
CMYK 0.000.430.74   0.32
XYZ22.074917.80914.7566
Yxy17.80910.49450.3989
Hunter Lab42.200819.520422.8578
CIE-Lab49.263726.033842.0854

#ad622d color RGB value is (173,98,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 00101101
Octal 255 142 55
Decimal 173 98 45
Hex AD 62 2D

RGB Percentages of Color #ad622d

%54.75
%31.01
%14.24

CMYK Percentages of Color #ad622d

%0
%43
%74
%32

Triadic Colors of #ad622d

#ad622d #2dad62 #622dad

Analogous Colors of #ad622d

#ad622d #ada22d #ad2d38

Monochromatic Colors of #ad622d

#ad622d

Complementary Color

#ad622d #2d78ad

#ad622d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad622d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad622d Color CSS Codes

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

#ad622d Text Font Color

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

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


#ad622d Background Color

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

This div background color is #ad622d


#ad622d Border Color

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

This div border color is #ad622d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad622d


Comments

No comments written yet.

Please login to write comment.