Color Hex Logo

#a96763 Color Hex

#A96763
(169,103,99)
0 Favorites   0 Comments

Color spaces of #a96763

RGB 16910399
HSL0.010.290.53
HSV41°66°
CMYK 0.000.390.41   0.34
XYZ23.464619.036414.2420
Yxy19.03640.41350.3355
Hunter Lab43.630719.643511.1880
CIE-Lab50.729826.033513.5277

#a96763 color RGB value is (169,103,99).

#a96763 hex color red value is 169, green value is 103 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a96763 hue: 0.01 , saturation: 0.29 and the lightness value of a96763 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 01100011
Octal 251 147 143
Decimal 169 103 99
Hex A9 67 63

RGB Percentages of Color #a96763

%45.55
%27.76
%26.68

CMYK Percentages of Color #a96763

%0
%39
%41
%34

Triadic Colors of #a96763

#a96763 #63a967 #6763a9

Analogous Colors of #a96763

#a96763 #a98a63 #a96382

Monochromatic Colors of #a96763

#a96763

Complementary Color

#a96763 #63a5a9

#a96763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96763 Color CSS Codes

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

#a96763 Text Font Color

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

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


#a96763 Background Color

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

This div background color is #a96763


#a96763 Border Color

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

This div border color is #a96763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96763


Comments

No comments written yet.

Please login to write comment.