Color Hex Logo

#a96351 Color Hex

#A96351
(169,99,81)
0 Favorites   0 Comments

Color spaces of #a96351

RGB 1699981
HSL0.030.350.49
HSV12°52°66°
CMYK 0.000.410.52   0.34
XYZ22.309217.952810.0740
Yxy17.95280.44320.3567
Hunter Lab42.370719.835715.5628
CIE-Lab49.438826.362822.3682

#a96351 color RGB value is (169,99,81).

#a96351 hex color red value is 169, green value is 99 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a96351 hue: 0.03 , saturation: 0.35 and the lightness value of a96351 is 0.49.

The process color (four color CMYK) of #a96351 color hex is 0.00, 0.41, 0.52, 0.34. Web safe color of #a96351 is #996666. Color #a96351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 01010001
Octal 251 143 121
Decimal 169 99 81
Hex A9 63 51

RGB Percentages of Color #a96351

%48.42
%28.37
%23.21

CMYK Percentages of Color #a96351

%0
%41
%52
%34

Triadic Colors of #a96351

#a96351 #51a963 #6351a9

Analogous Colors of #a96351

#a96351 #a98f51 #a9516b

Monochromatic Colors of #a96351

#a96351

Complementary Color

#a96351 #5197a9

#a96351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96351 Color CSS Codes

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

#a96351 Text Font Color

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

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


#a96351 Background Color

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

This div background color is #a96351


#a96351 Border Color

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

This div border color is #a96351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96351


Comments

No comments written yet.

Please login to write comment.