Color Hex Logo

#ad901a Color Hex

#AD901A
(173,144,26)
0 Favorites   0 Comments

Color spaces of #ad901a

RGB 17314426
HSL0.130.740.39
HSV48°85°68°
CMYK 0.000.170.85   0.32
XYZ27.393328.90535.1128
Yxy28.90530.44610.4707
Hunter Lab53.7636-3.138231.9962
CIE-Lab60.6980-0.322560.0834

#ad901a color RGB value is (173,144,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00011010
Octal 255 220 32
Decimal 173 144 26
Hex AD 90 1A

RGB Percentages of Color #ad901a

%50.44
%41.98
%7.58

CMYK Percentages of Color #ad901a

%0
%17
%85
%32

Triadic Colors of #ad901a

#ad901a #1aad90 #901aad

Analogous Colors of #ad901a

#ad901a #81ad1a #ad471a

Monochromatic Colors of #ad901a

#ad901a

Complementary Color

#ad901a #1a37ad

#ad901a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad901a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad901a Color CSS Codes

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

#ad901a Text Font Color

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

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


#ad901a Background Color

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

This div background color is #ad901a


#ad901a Border Color

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

This div border color is #ad901a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad901a


Comments

No comments written yet.

Please login to write comment.