Color Hex Logo

#a95923 Color Hex

#A95923
(169,89,35)
0 Favorites   0 Comments

Color spaces of #a95923

RGB 1698935
HSL0.070.660.40
HSV24°79°66°
CMYK 0.000.470.79   0.34
XYZ20.237915.70113.5541
Yxy15.70110.51240.3976
Hunter Lab39.624621.824122.4193
CIE-Lab46.579928.828843.9788

#a95923 color RGB value is (169,89,35).

#a95923 hex color red value is 169, green value is 89 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a95923 hue: 0.07 , saturation: 0.66 and the lightness value of a95923 is 0.40.

The process color (four color CMYK) of #a95923 color hex is 0.00, 0.47, 0.79, 0.34. Web safe color of #a95923 is #996633. Color #a95923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 00100011
Octal 251 131 43
Decimal 169 89 35
Hex A9 59 23

RGB Percentages of Color #a95923

%57.68
%30.38
%11.95

CMYK Percentages of Color #a95923

%0
%47
%79
%34

Triadic Colors of #a95923

#a95923 #23a959 #5923a9

Analogous Colors of #a95923

#a95923 #a99c23 #a92330

Monochromatic Colors of #a95923

#a95923

Complementary Color

#a95923 #2373a9

#a95923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95923 Color CSS Codes

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

#a95923 Text Font Color

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

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


#a95923 Background Color

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

This div background color is #a95923


#a95923 Border Color

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

This div border color is #a95923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95923


Comments

No comments written yet.

Please login to write comment.