Color Hex Logo

#ad461b Color Hex

#AD461B
(173,70,27)
0 Favorites   0 Comments

Color spaces of #ad461b

RGB 1737027
HSL0.050.730.39
HSV18°84°68°
CMYK 0.000.600.84   0.32
XYZ19.621613.34372.5783
Yxy13.34370.55200.3754
Hunter Lab36.529031.955621.3855
CIE-Lab43.276640.005044.7690

#ad461b color RGB value is (173,70,27).

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

The process color (four color CMYK) of #ad461b color hex is 0.00, 0.60, 0.84, 0.32. Web safe color of #ad461b is #993333. Color #ad461b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000110 00011011
Octal 255 106 33
Decimal 173 70 27
Hex AD 46 1B

RGB Percentages of Color #ad461b

%64.07
%25.93
%10.00

CMYK Percentages of Color #ad461b

%0
%60
%84
%32

Triadic Colors of #ad461b

#ad461b #1bad46 #461bad

Analogous Colors of #ad461b

#ad461b #ad8f1b #ad1b39

Monochromatic Colors of #ad461b

#ad461b

Complementary Color

#ad461b #1b82ad

#ad461b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad461b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad461b Color CSS Codes

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

#ad461b Text Font Color

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

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


#ad461b Background Color

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

This div background color is #ad461b


#ad461b Border Color

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

This div border color is #ad461b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad461b


Comments

No comments written yet.

Please login to write comment.