Color Hex Logo

#a95628 Color Hex

#A95628
(169,86,40)
0 Favorites   0 Comments

Color spaces of #a95628

RGB 1698640
HSL0.060.620.41
HSV21°76°66°
CMYK 0.000.490.76   0.34
XYZ20.073015.24383.8919
Yxy15.24380.51200.3888
Hunter Lab39.043323.444921.4202
CIE-Lab45.966330.660340.9569

#a95628 color RGB value is (169,86,40).

#a95628 hex color red value is 169, green value is 86 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a95628 hue: 0.06 , saturation: 0.62 and the lightness value of a95628 is 0.41.

The process color (four color CMYK) of #a95628 color hex is 0.00, 0.49, 0.76, 0.34. Web safe color of #a95628 is #996633. Color #a95628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 00101000
Octal 251 126 50
Decimal 169 86 40
Hex A9 56 28

RGB Percentages of Color #a95628

%57.29
%29.15
%13.56

CMYK Percentages of Color #a95628

%0
%49
%76
%34

Triadic Colors of #a95628

#a95628 #28a956 #5628a9

Analogous Colors of #a95628

#a95628 #a99728 #a9283a

Monochromatic Colors of #a95628

#a95628

Complementary Color

#a95628 #287ba9

#a95628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95628 Color CSS Codes

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

#a95628 Text Font Color

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

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


#a95628 Background Color

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

This div background color is #a95628


#a95628 Border Color

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

This div border color is #a95628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95628


Comments

No comments written yet.

Please login to write comment.