Color Hex Logo

#ad6336 Color Hex

#AD6336
(173,99,54)
0 Favorites   0 Comments

Color spaces of #ad6336

RGB 1739954
HSL0.060.520.45
HSV23°69°68°
CMYK 0.000.430.69   0.32
XYZ22.361318.07435.8001
Yxy18.07430.48360.3909
Hunter Lab42.513919.487521.6709
CIE-Lab49.586125.967837.8268

#ad6336 color RGB value is (173,99,54).

#ad6336 hex color red value is 173, green value is 99 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ad6336 hue: 0.06 , saturation: 0.52 and the lightness value of ad6336 is 0.45.

The process color (four color CMYK) of #ad6336 color hex is 0.00, 0.43, 0.69, 0.32. Web safe color of #ad6336 is #996633. Color #ad6336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100011 00110110
Octal 255 143 66
Decimal 173 99 54
Hex AD 63 36

RGB Percentages of Color #ad6336

%53.07
%30.37
%16.56

CMYK Percentages of Color #ad6336

%0
%43
%69
%32

Triadic Colors of #ad6336

#ad6336 #36ad63 #6336ad

Analogous Colors of #ad6336

#ad6336 #ad9f36 #ad3645

Monochromatic Colors of #ad6336

#ad6336

Complementary Color

#ad6336 #3680ad

#ad6336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6336 Color CSS Codes

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

#ad6336 Text Font Color

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

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


#ad6336 Background Color

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

This div background color is #ad6336


#ad6336 Border Color

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

This div border color is #ad6336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6336


Comments

No comments written yet.

Please login to write comment.