Color Hex Logo

#ad821a Color Hex

#AD821A
(173,130,26)
0 Favorites   0 Comments

Color spaces of #ad821a

RGB 17313026
HSL0.120.740.39
HSV42°85°68°
CMYK 0.000.250.85   0.32
XYZ25.402724.92414.4492
Yxy24.92410.46380.4550
Hunter Lab49.92403.458529.6629
CIE-Lab57.00147.409056.9775

#ad821a color RGB value is (173,130,26).

#ad821a hex color red value is 173, green value is 130 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad821a hue: 0.12 , saturation: 0.74 and the lightness value of ad821a is 0.39.

The process color (four color CMYK) of #ad821a color hex is 0.00, 0.25, 0.85, 0.32. Web safe color of #ad821a is #999933. Color #ad821a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 00011010
Octal 255 202 32
Decimal 173 130 26
Hex AD 82 1A

RGB Percentages of Color #ad821a

%52.58
%39.51
%7.90

CMYK Percentages of Color #ad821a

%0
%25
%85
%32

Triadic Colors of #ad821a

#ad821a #1aad82 #821aad

Analogous Colors of #ad821a

#ad821a #8fad1a #ad391a

Monochromatic Colors of #ad821a

#ad821a

Complementary Color

#ad821a #1a45ad

#ad821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad821a Color CSS Codes

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

#ad821a Text Font Color

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

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


#ad821a Background Color

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

This div background color is #ad821a


#ad821a Border Color

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

This div border color is #ad821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad821a


Comments

No comments written yet.

Please login to write comment.