Color Hex Logo

#a96334 Color Hex

#A96334
(169,99,52)
0 Favorites   0 Comments

Color spaces of #a96334

RGB 1699952
HSL0.070.530.43
HSV24°69°66°
CMYK 0.000.410.69   0.34
XYZ21.443917.60665.5170
Yxy17.60660.48120.3951
Hunter Lab41.960217.792621.5766
CIE-Lab49.015424.147438.0878

#a96334 color RGB value is (169,99,52).

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

The process color (four color CMYK) of #a96334 color hex is 0.00, 0.41, 0.69, 0.34. Web safe color of #a96334 is #996633. Color #a96334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 00110100
Octal 251 143 64
Decimal 169 99 52
Hex A9 63 34

RGB Percentages of Color #a96334

%52.81
%30.94
%16.25

CMYK Percentages of Color #a96334

%0
%41
%69
%34

Triadic Colors of #a96334

#a96334 #34a963 #6334a9

Analogous Colors of #a96334

#a96334 #a99e34 #a9343f

Monochromatic Colors of #a96334

#a96334

Complementary Color

#a96334 #347aa9

#a96334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96334 Color CSS Codes

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

#a96334 Text Font Color

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

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


#a96334 Background Color

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

This div background color is #a96334


#a96334 Border Color

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

This div border color is #a96334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96334


Comments

No comments written yet.

Please login to write comment.