Color Hex Logo

#ad361a Color Hex

#AD361A
(173,54,26)
0 Favorites   0 Comments

Color spaces of #ad361a

RGB 1735426
HSL0.030.740.39
HSV11°85°68°
CMYK 0.000.690.85   0.32
XYZ18.739211.59722.2281
Yxy11.59720.57540.3561
Hunter Lab34.054738.627219.9591
CIE-Lab40.568647.179442.8278

#ad361a color RGB value is (173,54,26).

#ad361a hex color red value is 173, green value is 54 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad361a hue: 0.03 , saturation: 0.74 and the lightness value of ad361a is 0.39.

The process color (four color CMYK) of #ad361a color hex is 0.00, 0.69, 0.85, 0.32. Web safe color of #ad361a is #993333. Color #ad361a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110110 00011010
Octal 255 66 32
Decimal 173 54 26
Hex AD 36 1A

RGB Percentages of Color #ad361a

%68.38
%21.34
%10.28

CMYK Percentages of Color #ad361a

%0
%69
%85
%32

Triadic Colors of #ad361a

#ad361a #1aad36 #361aad

Analogous Colors of #ad361a

#ad361a #ad801a #ad1a47

Monochromatic Colors of #ad361a

#ad361a

Complementary Color

#ad361a #1a91ad

#ad361a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad361a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad361a Color CSS Codes

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

#ad361a Text Font Color

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

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


#ad361a Background Color

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

This div background color is #ad361a


#ad361a Border Color

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

This div border color is #ad361a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad361a


Comments

No comments written yet.

Please login to write comment.