Color Hex Logo

#ad751b Color Hex

#AD751B
(173,117,27)
0 Favorites   0 Comments

Color spaces of #ad751b

RGB 17311727
HSL0.100.730.39
HSV37°84°68°
CMYK 0.000.320.84   0.32
XYZ23.792721.68593.9687
Yxy21.68590.48120.4386
Hunter Lab46.56819.705427.5448
CIE-Lab53.692114.719853.8468

#ad751b color RGB value is (173,117,27).

#ad751b hex color red value is 173, green value is 117 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ad751b hue: 0.10 , saturation: 0.73 and the lightness value of ad751b is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 00011011
Octal 255 165 33
Decimal 173 117 27
Hex AD 75 1B

RGB Percentages of Color #ad751b

%54.57
%36.91
%8.52

CMYK Percentages of Color #ad751b

%0
%32
%84
%32

Triadic Colors of #ad751b

#ad751b #1bad75 #751bad

Analogous Colors of #ad751b

#ad751b #9cad1b #ad2c1b

Monochromatic Colors of #ad751b

#ad751b

Complementary Color

#ad751b #1b53ad

#ad751b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad751b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad751b Color CSS Codes

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

#ad751b Text Font Color

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

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


#ad751b Background Color

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

This div background color is #ad751b


#ad751b Border Color

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

This div border color is #ad751b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad751b


Comments

No comments written yet.

Please login to write comment.