Color Hex Logo

#ad923f Color Hex

#AD923F
(173,146,63)
0 Favorites   0 Comments

Color spaces of #ad923f

RGB 17314663
HSL0.130.470.46
HSV45°64°68°
CMYK 0.000.160.64   0.32
XYZ28.409729.80098.9574
Yxy29.80090.42300.4437
Hunter Lab54.5902-2.638328.4846
CIE-Lab61.48210.333146.6062

#ad923f color RGB value is (173,146,63).

#ad923f hex color red value is 173, green value is 146 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ad923f hue: 0.13 , saturation: 0.47 and the lightness value of ad923f is 0.46.

The process color (four color CMYK) of #ad923f color hex is 0.00, 0.16, 0.64, 0.32. Web safe color of #ad923f is #999933. Color #ad923f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010010 00111111
Octal 255 222 77
Decimal 173 146 63
Hex AD 92 3F

RGB Percentages of Color #ad923f

%45.29
%38.22
%16.49

CMYK Percentages of Color #ad923f

%0
%16
%64
%32

Triadic Colors of #ad923f

#ad923f #3fad92 #923fad

Analogous Colors of #ad923f

#ad923f #91ad3f #ad5b3f

Monochromatic Colors of #ad923f

#ad923f

Complementary Color

#ad923f #3f5aad

#ad923f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad923f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad923f Color CSS Codes

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

#ad923f Text Font Color

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

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


#ad923f Background Color

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

This div background color is #ad923f


#ad923f Border Color

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

This div border color is #ad923f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad923f


Comments

No comments written yet.

Please login to write comment.