Color Hex Logo

#a93028 Color Hex

#A93028
(169,48,40)
0 Favorites   0 Comments

Color spaces of #a93028

RGB 1694840
HSL0.010.620.41
HSV76°66°
CMYK 0.000.720.76   0.34
XYZ17.802110.70213.1349
Yxy10.70210.56270.3383
Hunter Lab32.714139.885217.2182
CIE-Lab39.074148.687233.6567

#a93028 color RGB value is (169,48,40).

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

The process color (four color CMYK) of #a93028 color hex is 0.00, 0.72, 0.76, 0.34. Web safe color of #a93028 is #993333. Color #a93028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110000 00101000
Octal 251 60 50
Decimal 169 48 40
Hex A9 30 28

RGB Percentages of Color #a93028

%65.76
%18.68
%15.56

CMYK Percentages of Color #a93028

%0
%72
%76
%34

Triadic Colors of #a93028

#a93028 #28a930 #3028a9

Analogous Colors of #a93028

#a93028 #a97128 #a92861

Monochromatic Colors of #a93028

#a93028

Complementary Color

#a93028 #28a1a9

#a93028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93028 Color CSS Codes

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

#a93028 Text Font Color

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

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


#a93028 Background Color

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

This div background color is #a93028


#a93028 Border Color

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

This div border color is #a93028


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,48,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 #a93028">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93028


Comments

No comments written yet.

Please login to write comment.