Color Hex Logo

#ad894b Color Hex

#AD894B
(173,137,75)
0 Favorites   0 Comments

Color spaces of #ad894b

RGB 17313775
HSL0.110.400.49
HSV38°57°68°
CMYK 0.000.210.57   0.32
XYZ27.449227.283610.4761
Yxy27.28360.42090.4184
Hunter Lab52.23372.394124.6723
CIE-Lab59.23596.203938.0719

#ad894b color RGB value is (173,137,75).

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

The process color (four color CMYK) of #ad894b color hex is 0.00, 0.21, 0.57, 0.32. Web safe color of #ad894b is #999933. Color #ad894b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 01001011
Octal 255 211 113
Decimal 173 137 75
Hex AD 89 4B

RGB Percentages of Color #ad894b

%44.94
%35.58
%19.48

CMYK Percentages of Color #ad894b

%0
%21
%57
%32

Triadic Colors of #ad894b

#ad894b #4bad89 #894bad

Analogous Colors of #ad894b

#ad894b #a0ad4b #ad584b

Monochromatic Colors of #ad894b

#ad894b

Complementary Color

#ad894b #4b6fad

#ad894b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad894b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad894b Color CSS Codes

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

#ad894b Text Font Color

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

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


#ad894b Background Color

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

This div background color is #ad894b


#ad894b Border Color

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

This div border color is #ad894b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad894b


Comments

No comments written yet.

Please login to write comment.