Color Hex Logo

#a95846 Color Hex

#A95846
(169,88,70)
0 Favorites   0 Comments

Color spaces of #a95846

RGB 1698870
HSL0.030.410.47
HSV11°59°66°
CMYK 0.000.480.59   0.34
XYZ20.957415.85677.7504
Yxy15.85670.47030.3558
Hunter Lab39.820524.258216.3345
CIE-Lab46.785931.437825.3649

#a95846 color RGB value is (169,88,70).

#a95846 hex color red value is 169, green value is 88 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a95846 hue: 0.03 , saturation: 0.41 and the lightness value of a95846 is 0.47.

The process color (four color CMYK) of #a95846 color hex is 0.00, 0.48, 0.59, 0.34. Web safe color of #a95846 is #996633. Color #a95846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 01000110
Octal 251 130 106
Decimal 169 88 70
Hex A9 58 46

RGB Percentages of Color #a95846

%51.68
%26.91
%21.41

CMYK Percentages of Color #a95846

%0
%48
%59
%34

Triadic Colors of #a95846

#a95846 #46a958 #5846a9

Analogous Colors of #a95846

#a95846 #a98a46 #a94666

Monochromatic Colors of #a95846

#a95846

Complementary Color

#a95846 #4697a9

#a95846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95846 Color CSS Codes

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

#a95846 Text Font Color

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

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


#a95846 Background Color

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

This div background color is #a95846


#a95846 Border Color

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

This div border color is #a95846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95846


Comments

No comments written yet.

Please login to write comment.