Color Hex Logo

#ad621b Color Hex

#AD621B
(173,98,27)
0 Favorites   0 Comments

Color spaces of #ad621b

RGB 1739827
HSL0.080.730.39
HSV29°84°68°
CMYK 0.000.430.84   0.32
XYZ21.799117.69873.3042
Yxy17.69870.50930.4135
Hunter Lab42.069818.870224.7922
CIE-Lab49.128625.331049.9078

#ad621b color RGB value is (173,98,27).

#ad621b hex color red value is 173, green value is 98 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ad621b hue: 0.08 , saturation: 0.73 and the lightness value of ad621b is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 00011011
Octal 255 142 33
Decimal 173 98 27
Hex AD 62 1B

RGB Percentages of Color #ad621b

%58.05
%32.89
%9.06

CMYK Percentages of Color #ad621b

%0
%43
%84
%32

Triadic Colors of #ad621b

#ad621b #1bad62 #621bad

Analogous Colors of #ad621b

#ad621b #adab1b #ad1b1d

Monochromatic Colors of #ad621b

#ad621b

Complementary Color

#ad621b #1b66ad

#ad621b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad621b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad621b Color CSS Codes

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

#ad621b Text Font Color

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

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


#ad621b Background Color

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

This div background color is #ad621b


#ad621b Border Color

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

This div border color is #ad621b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad621b


Comments

No comments written yet.

Please login to write comment.