Color Hex Logo

#ad422b Color Hex

#AD422B
(173,66,43)
0 Favorites   0 Comments

Color spaces of #ad422b

RGB 1736643
HSL0.030.600.42
HSV11°75°68°
CMYK 0.000.620.75   0.32
XYZ19.617812.95513.7521
Yxy12.95510.54010.3566
Hunter Lab35.993234.301919.0146
CIE-Lab42.695542.490636.1161

#ad422b color RGB value is (173,66,43).

#ad422b hex color red value is 173, green value is 66 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ad422b hue: 0.03 , saturation: 0.60 and the lightness value of ad422b is 0.42.

The process color (four color CMYK) of #ad422b color hex is 0.00, 0.62, 0.75, 0.32. Web safe color of #ad422b is #993333. Color #ad422b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000010 00101011
Octal 255 102 53
Decimal 173 66 43
Hex AD 42 2B

RGB Percentages of Color #ad422b

%61.35
%23.40
%15.25

CMYK Percentages of Color #ad422b

%0
%62
%75
%32

Triadic Colors of #ad422b

#ad422b #2bad42 #422bad

Analogous Colors of #ad422b

#ad422b #ad832b #ad2b55

Monochromatic Colors of #ad422b

#ad422b

Complementary Color

#ad422b #2b96ad

#ad422b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad422b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad422b Color CSS Codes

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

#ad422b Text Font Color

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

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


#ad422b Background Color

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

This div background color is #ad422b


#ad422b Border Color

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

This div border color is #ad422b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad422b


Comments

No comments written yet.

Please login to write comment.