Color Hex Logo

#ad852b Color Hex

#AD852B
(173,133,43)
0 Favorites   0 Comments

Color spaces of #ad852b

RGB 17313343
HSL0.120.600.42
HSV42°75°68°
CMYK 0.000.230.75   0.32
XYZ26.057225.83375.8985
Yxy25.83370.45090.4470
Hunter Lab50.82692.563928.6981
CIE-Lab57.87896.369451.7015

#ad852b color RGB value is (173,133,43).

#ad852b hex color red value is 173, green value is 133 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ad852b hue: 0.12 , saturation: 0.60 and the lightness value of ad852b is 0.42.

The process color (four color CMYK) of #ad852b color hex is 0.00, 0.23, 0.75, 0.32. Web safe color of #ad852b is #999933. Color #ad852b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000101 00101011
Octal 255 205 53
Decimal 173 133 43
Hex AD 85 2B

RGB Percentages of Color #ad852b

%49.57
%38.11
%12.32

CMYK Percentages of Color #ad852b

%0
%23
%75
%32

Triadic Colors of #ad852b

#ad852b #2bad85 #852bad

Analogous Colors of #ad852b

#ad852b #94ad2b #ad442b

Monochromatic Colors of #ad852b

#ad852b

Complementary Color

#ad852b #2b53ad

#ad852b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad852b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad852b Color CSS Codes

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

#ad852b Text Font Color

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

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


#ad852b Background Color

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

This div background color is #ad852b


#ad852b Border Color

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

This div border color is #ad852b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad852b


Comments

No comments written yet.

Please login to write comment.