Color Hex Logo

#ad641b Color Hex

#AD641B
(173,100,27)
0 Favorites   0 Comments

Color spaces of #ad641b

RGB 17310027
HSL0.080.730.39
HSV30°84°68°
CMYK 0.000.420.84   0.32
XYZ21.988618.07773.3673
Yxy18.07770.50630.4162
Hunter Lab42.517917.907025.0669
CIE-Lab49.590224.225650.3091

#ad641b color RGB value is (173,100,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100100 00011011
Octal 255 144 33
Decimal 173 100 27
Hex AD 64 1B

RGB Percentages of Color #ad641b

%57.67
%33.33
%9.00

CMYK Percentages of Color #ad641b

%0
%42
%84
%32

Triadic Colors of #ad641b

#ad641b #1bad64 #641bad

Analogous Colors of #ad641b

#ad641b #adad1b #ad1b1b

Monochromatic Colors of #ad641b

#ad641b

Complementary Color

#ad641b #1b64ad

#ad641b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad641b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad641b Color CSS Codes

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

#ad641b Text Font Color

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

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


#ad641b Background Color

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

This div background color is #ad641b


#ad641b Border Color

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

This div border color is #ad641b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad641b


Comments

No comments written yet.

Please login to write comment.