Color Hex Logo

#a94236 Color Hex

#A94236
(169,66,54)
1 Favorites   0 Comments

Color spaces of #a94236

RGB 1696654
HSL0.020.520.44
HSV68°66°
CMYK 0.000.610.68   0.34
XYZ18.976312.59784.9215
Yxy12.59780.52000.3452
Hunter Lab35.493433.320416.6242
CIE-Lab42.150941.581729.0171

#a94236 color RGB value is (169,66,54).

#a94236 hex color red value is 169, green value is 66 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #a94236 hue: 0.02 , saturation: 0.52 and the lightness value of a94236 is 0.44.

The process color (four color CMYK) of #a94236 color hex is 0.00, 0.61, 0.68, 0.34. Web safe color of #a94236 is #993333. Color #a94236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 00110110
Octal 251 102 66
Decimal 169 66 54
Hex A9 42 36

RGB Percentages of Color #a94236

%58.48
%22.84
%18.69

CMYK Percentages of Color #a94236

%0
%61
%68
%34

Triadic Colors of #a94236

#a94236 #36a942 #4236a9

Analogous Colors of #a94236

#a94236 #a97c36 #a93663

Monochromatic Colors of #a94236

#a94236

Complementary Color

#a94236 #369da9

#a94236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94236 Color CSS Codes

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

#a94236 Text Font Color

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

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


#a94236 Background Color

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

This div background color is #a94236


#a94236 Border Color

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

This div border color is #a94236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94236


Comments

No comments written yet.

Please login to write comment.