Color Hex Logo

#a98424 Color Hex

#A98424
(169,132,36)
0 Favorites   0 Comments

Color spaces of #a98424

RGB 16913236
HSL0.120.650.40
HSV43°79°66°
CMYK 0.000.220.79   0.34
XYZ24.931925.06495.1930
Yxy25.06490.45170.4542
Hunter Lab50.06491.278128.8955
CIE-Lab57.13864.815553.5713

#a98424 color RGB value is (169,132,36).

#a98424 hex color red value is 169, green value is 132 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a98424 hue: 0.12 , saturation: 0.65 and the lightness value of a98424 is 0.40.

The process color (four color CMYK) of #a98424 color hex is 0.00, 0.22, 0.79, 0.34. Web safe color of #a98424 is #999933. Color #a98424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 00100100
Octal 251 204 44
Decimal 169 132 36
Hex A9 84 24

RGB Percentages of Color #a98424

%50.15
%39.17
%10.68

CMYK Percentages of Color #a98424

%0
%22
%79
%34

Triadic Colors of #a98424

#a98424 #24a984 #8424a9

Analogous Colors of #a98424

#a98424 #8ca924 #a94224

Monochromatic Colors of #a98424

#a98424

Complementary Color

#a98424 #2449a9

#a98424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98424 Color CSS Codes

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

#a98424 Text Font Color

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

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


#a98424 Background Color

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

This div background color is #a98424


#a98424 Border Color

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

This div border color is #a98424


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,132,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a98424; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a98424;
  -webkit-box-shadow: 1px 1px 3px 2px #a98424;
  box-shadow:         1px 1px 3px 2px #a98424; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,132,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98424


Comments

No comments written yet.

Please login to write comment.