Color Hex Logo

#a9554a Color Hex

#A9554A
(169,85,74)
0 Favorites   0 Comments

Color spaces of #a9554a

RGB 1698574
HSL0.020.390.48
HSV56°66°
CMYK 0.000.500.56   0.34
XYZ20.846715.42648.3574
Yxy15.42640.46710.3456
Hunter Lab39.276526.008414.8776
CIE-Lab46.212833.375522.2670

#a9554a color RGB value is (169,85,74).

#a9554a hex color red value is 169, green value is 85 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a9554a hue: 0.02 , saturation: 0.39 and the lightness value of a9554a is 0.48.

The process color (four color CMYK) of #a9554a color hex is 0.00, 0.50, 0.56, 0.34. Web safe color of #a9554a is #996633. Color #a9554a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 01001010
Octal 251 125 112
Decimal 169 85 74
Hex A9 55 4A

RGB Percentages of Color #a9554a

%51.52
%25.91
%22.56

CMYK Percentages of Color #a9554a

%0
%50
%56
%34

Triadic Colors of #a9554a

#a9554a #4aa955 #554aa9

Analogous Colors of #a9554a

#a9554a #a9854a #a94a6f

Monochromatic Colors of #a9554a

#a9554a

Complementary Color

#a9554a #4a9ea9

#a9554a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9554a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9554a Color CSS Codes

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

#a9554a Text Font Color

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

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


#a9554a Background Color

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

This div background color is #a9554a


#a9554a Border Color

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

This div border color is #a9554a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9554a


Comments

No comments written yet.

Please login to write comment.