Color Hex Logo

#a1672f Color Hex

#A1672F
(161,103,47)
0 Favorites   0 Comments

Color spaces of #a1672f

RGB 16110347
HSL0.080.550.41
HSV29°71°63°
CMYK 0.000.360.71   0.37
XYZ20.061317.48285.0065
Yxy17.48280.47150.4109
Hunter Lab41.812412.471222.1695
CIE-Lab48.862718.118140.1814

#a1672f color RGB value is (161,103,47).

#a1672f hex color red value is 161, green value is 103 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a1672f hue: 0.08 , saturation: 0.55 and the lightness value of a1672f is 0.41.

The process color (four color CMYK) of #a1672f color hex is 0.00, 0.36, 0.71, 0.37. Web safe color of #a1672f is #996633. Color #a1672f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100111 00101111
Octal 241 147 57
Decimal 161 103 47
Hex A1 67 2F

RGB Percentages of Color #a1672f

%51.77
%33.12
%15.11

CMYK Percentages of Color #a1672f

%0
%36
%71
%37

Triadic Colors of #a1672f

#a1672f #2fa167 #672fa1

Analogous Colors of #a1672f

#a1672f #a1a02f #a12f30

Monochromatic Colors of #a1672f

#a1672f

Complementary Color

#a1672f #2f69a1

#a1672f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1672f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1672f Color CSS Codes

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

#a1672f Text Font Color

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

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


#a1672f Background Color

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

This div background color is #a1672f


#a1672f Border Color

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

This div border color is #a1672f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,103,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1672f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1672f;
  -webkit-box-shadow: 1px 1px 3px 2px #a1672f;
  box-shadow:         1px 1px 3px 2px #a1672f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,103,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1672f


Comments

No comments written yet.

Please login to write comment.