Color Hex Logo

#a0433f Color Hex

#A0433F
(160,67,63)
0 Favorites   0 Comments

Color spaces of #a0433f

RGB 1606763
HSL0.010.430.44
HSV61°63°
CMYK 0.000.580.61   0.37
XYZ17.401611.84686.0721
Yxy11.84680.49270.3354
Hunter Lab34.419230.012213.6337
CIE-Lab40.971638.346921.8158

#a0433f color RGB value is (160,67,63).

#a0433f hex color red value is 160, green value is 67 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a0433f hue: 0.01 , saturation: 0.43 and the lightness value of a0433f is 0.44.

The process color (four color CMYK) of #a0433f color hex is 0.00, 0.58, 0.61, 0.37. Web safe color of #a0433f is #993333. Color #a0433f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000011 00111111
Octal 240 103 77
Decimal 160 67 63
Hex A0 43 3F

RGB Percentages of Color #a0433f

%55.17
%23.10
%21.72

CMYK Percentages of Color #a0433f

%0
%58
%61
%37

Triadic Colors of #a0433f

#a0433f #3fa043 #433fa0

Analogous Colors of #a0433f

#a0433f #a0743f #a03f6c

Monochromatic Colors of #a0433f

#a0433f

Complementary Color

#a0433f #3f9ca0

#a0433f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0433f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0433f Color CSS Codes

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

#a0433f Text Font Color

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

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


#a0433f Background Color

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

This div background color is #a0433f


#a0433f Border Color

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

This div border color is #a0433f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,67,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0433f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0433f;
  -webkit-box-shadow: 1px 1px 3px 2px #a0433f;
  box-shadow:         1px 1px 3px 2px #a0433f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,67,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0433f


Comments

No comments written yet.

Please login to write comment.