Color Hex Logo

#a96237 Color Hex

#A96237
(169,98,55)
0 Favorites   0 Comments

Color spaces of #a96237

RGB 1699855
HSL0.060.510.44
HSV23°67°66°
CMYK 0.000.420.67   0.34
XYZ21.419517.44625.8530
Yxy17.44620.47900.3901
Hunter Lab41.768618.442020.9298
CIE-Lab48.817424.885536.2734

#a96237 color RGB value is (169,98,55).

#a96237 hex color red value is 169, green value is 98 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #a96237 hue: 0.06 , saturation: 0.51 and the lightness value of a96237 is 0.44.

The process color (four color CMYK) of #a96237 color hex is 0.00, 0.42, 0.67, 0.34. Web safe color of #a96237 is #996633. Color #a96237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100010 00110111
Octal 251 142 67
Decimal 169 98 55
Hex A9 62 37

RGB Percentages of Color #a96237

%52.48
%30.43
%17.08

CMYK Percentages of Color #a96237

%0
%42
%67
%34

Triadic Colors of #a96237

#a96237 #37a962 #6237a9

Analogous Colors of #a96237

#a96237 #a99b37 #a93745

Monochromatic Colors of #a96237

#a96237

Complementary Color

#a96237 #377ea9

#a96237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96237 Color CSS Codes

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

#a96237 Text Font Color

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

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


#a96237 Background Color

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

This div background color is #a96237


#a96237 Border Color

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

This div border color is #a96237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96237


Comments

No comments written yet.

Please login to write comment.