Color Hex Logo

#a98574 Color Hex

#A98574
(169,133,116)
0 Favorites   0 Comments

Color spaces of #a98574

RGB 169133116
HSL0.050.240.56
HSV19°31°66°
CMYK 0.000.210.31   0.34
XYZ27.902126.471020.1618
Yxy26.47100.37430.3551
Hunter Lab51.45006.765812.7809
CIE-Lab58.481411.263714.4211

#a98574 color RGB value is (169,133,116).

#a98574 hex color red value is 169, green value is 133 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a98574 hue: 0.05 , saturation: 0.24 and the lightness value of a98574 is 0.56.

The process color (four color CMYK) of #a98574 color hex is 0.00, 0.21, 0.31, 0.34. Web safe color of #a98574 is #999966. Color #a98574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000101 01110100
Octal 251 205 164
Decimal 169 133 116
Hex A9 85 74

RGB Percentages of Color #a98574

%40.43
%31.82
%27.75

CMYK Percentages of Color #a98574

%0
%21
%31
%34

Triadic Colors of #a98574

#a98574 #74a985 #8574a9

Analogous Colors of #a98574

#a98574 #a9a074 #a9747e

Monochromatic Colors of #a98574

#a98574

Complementary Color

#a98574 #7498a9

#a98574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98574 Color CSS Codes

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

#a98574 Text Font Color

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

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


#a98574 Background Color

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

This div background color is #a98574


#a98574 Border Color

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

This div border color is #a98574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98574


Comments

No comments written yet.

Please login to write comment.