Color Hex Logo

#a8574f Color Hex

#A8574F
(168,87,79)
0 Favorites   0 Comments

Color spaces of #a8574f

RGB 1688779
HSL0.010.360.48
HSV53°66°
CMYK 0.000.480.53   0.34
XYZ20.967915.70579.3235
Yxy15.70570.45590.3414
Hunter Lab39.630425.088613.7927
CIE-Lab46.586032.350119.7540

#a8574f color RGB value is (168,87,79).

#a8574f hex color red value is 168, green value is 87 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a8574f hue: 0.01 , saturation: 0.36 and the lightness value of a8574f is 0.48.

The process color (four color CMYK) of #a8574f color hex is 0.00, 0.48, 0.53, 0.34. Web safe color of #a8574f is #996666. Color #a8574f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010111 01001111
Octal 250 127 117
Decimal 168 87 79
Hex A8 57 4F

RGB Percentages of Color #a8574f

%50.30
%26.05
%23.65

CMYK Percentages of Color #a8574f

%0
%48
%53
%34

Triadic Colors of #a8574f

#a8574f #4fa857 #574fa8

Analogous Colors of #a8574f

#a8574f #a8844f #a84f74

Monochromatic Colors of #a8574f

#a8574f

Complementary Color

#a8574f #4fa0a8

#a8574f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8574f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8574f Color CSS Codes

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

#a8574f Text Font Color

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

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


#a8574f Background Color

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

This div background color is #a8574f


#a8574f Border Color

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

This div border color is #a8574f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,87,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8574f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8574f;
  -webkit-box-shadow: 1px 1px 3px 2px #a8574f;
  box-shadow:         1px 1px 3px 2px #a8574f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,87,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8574f


Comments

No comments written yet.

Please login to write comment.