Color Hex Logo

#ad674b Color Hex

#AD674B
(173,103,75)
0 Favorites   0 Comments

Color spaces of #ad674b

RGB 17310375
HSL0.050.400.49
HSV17°57°68°
CMYK 0.000.400.57   0.32
XYZ23.353819.09279.1110
Yxy19.09270.45300.3703
Hunter Lab43.695218.936418.2239
CIE-Lab50.795525.255727.6867

#ad674b color RGB value is (173,103,75).

#ad674b hex color red value is 173, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ad674b hue: 0.05 , saturation: 0.40 and the lightness value of ad674b is 0.49.

The process color (four color CMYK) of #ad674b color hex is 0.00, 0.40, 0.57, 0.32. Web safe color of #ad674b is #996633. Color #ad674b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 01001011
Octal 255 147 113
Decimal 173 103 75
Hex AD 67 4B

RGB Percentages of Color #ad674b

%49.29
%29.34
%21.37

CMYK Percentages of Color #ad674b

%0
%40
%57
%32

Triadic Colors of #ad674b

#ad674b #4bad67 #674bad

Analogous Colors of #ad674b

#ad674b #ad984b #ad4b60

Monochromatic Colors of #ad674b

#ad674b

Complementary Color

#ad674b #4b91ad

#ad674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad674b Color CSS Codes

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

#ad674b Text Font Color

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

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


#ad674b Background Color

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

This div background color is #ad674b


#ad674b Border Color

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

This div border color is #ad674b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad674b


Comments

No comments written yet.

Please login to write comment.