Color Hex Logo

#a95538 Color Hex

#A95538
(169,85,56)
0 Favorites   0 Comments

Color spaces of #a95538

RGB 1698556
HSL0.040.500.44
HSV15°67°66°
CMYK 0.000.500.67   0.34
XYZ20.324515.21755.6074
Yxy15.21750.49390.3698
Hunter Lab39.009624.733918.7841
CIE-Lab45.930732.052432.3672

#a95538 color RGB value is (169,85,56).

#a95538 hex color red value is 169, green value is 85 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a95538 hue: 0.04 , saturation: 0.50 and the lightness value of a95538 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 00111000
Octal 251 125 70
Decimal 169 85 56
Hex A9 55 38

RGB Percentages of Color #a95538

%54.52
%27.42
%18.06

CMYK Percentages of Color #a95538

%0
%50
%67
%34

Triadic Colors of #a95538

#a95538 #38a955 #5538a9

Analogous Colors of #a95538

#a95538 #a98e38 #a93854

Monochromatic Colors of #a95538

#a95538

Complementary Color

#a95538 #388ca9

#a95538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95538 Color CSS Codes

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

#a95538 Text Font Color

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

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


#a95538 Background Color

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

This div background color is #a95538


#a95538 Border Color

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

This div border color is #a95538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95538


Comments

No comments written yet.

Please login to write comment.