Color Hex Logo

#a96750 Color Hex

#A96750
(169,103,80)
0 Favorites   0 Comments

Color spaces of #a96750

RGB 16910380
HSL0.040.360.49
HSV16°53°66°
CMYK 0.000.390.53   0.34
XYZ22.660418.714710.0074
Yxy18.71470.44100.3642
Hunter Lab43.260517.794716.5669
CIE-Lab50.351724.037824.1420

#a96750 color RGB value is (169,103,80).

#a96750 hex color red value is 169, green value is 103 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a96750 hue: 0.04 , saturation: 0.36 and the lightness value of a96750 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 01010000
Octal 251 147 120
Decimal 169 103 80
Hex A9 67 50

RGB Percentages of Color #a96750

%48.01
%29.26
%22.73

CMYK Percentages of Color #a96750

%0
%39
%53
%34

Triadic Colors of #a96750

#a96750 #50a967 #6750a9

Analogous Colors of #a96750

#a96750 #a99450 #a95066

Monochromatic Colors of #a96750

#a96750

Complementary Color

#a96750 #5092a9

#a96750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96750 Color CSS Codes

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

#a96750 Text Font Color

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

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


#a96750 Background Color

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

This div background color is #a96750


#a96750 Border Color

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

This div border color is #a96750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96750


Comments

No comments written yet.

Please login to write comment.