Color Hex Logo

#ad551b Color Hex

#AD551B
(173,85,27)
0 Favorites   0 Comments

Color spaces of #ad551b

RGB 1738527
HSL0.070.730.39
HSV24°84°68°
CMYK 0.000.510.84   0.32
XYZ20.679915.46042.9311
Yxy15.46040.52930.3957
Hunter Lab39.319725.071223.1040
CIE-Lab46.258432.372347.4017

#ad551b color RGB value is (173,85,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 00011011
Octal 255 125 33
Decimal 173 85 27
Hex AD 55 1B

RGB Percentages of Color #ad551b

%60.70
%29.82
%9.47

CMYK Percentages of Color #ad551b

%0
%51
%84
%32

Triadic Colors of #ad551b

#ad551b #1bad55 #551bad

Analogous Colors of #ad551b

#ad551b #ad9e1b #ad1b2a

Monochromatic Colors of #ad551b

#ad551b

Complementary Color

#ad551b #1b73ad

#ad551b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad551b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad551b Color CSS Codes

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

#ad551b Text Font Color

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

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


#ad551b Background Color

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

This div background color is #ad551b


#ad551b Border Color

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

This div border color is #ad551b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad551b


Comments

No comments written yet.

Please login to write comment.