Color Hex Logo

#a8632c Color Hex

#A8632C
(168,99,44)
0 Favorites   0 Comments

Color spaces of #a8632c

RGB 1689944
HSL0.070.580.42
HSV27°74°66°
CMYK 0.000.410.74   0.34
XYZ21.064917.43044.6370
Yxy17.43040.48840.4041
Hunter Lab41.749717.000522.6397
CIE-Lab48.797823.281441.8775

#a8632c color RGB value is (168,99,44).

#a8632c hex color red value is 168, green value is 99 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #a8632c hue: 0.07 , saturation: 0.58 and the lightness value of a8632c is 0.42.

The process color (four color CMYK) of #a8632c color hex is 0.00, 0.41, 0.74, 0.34. Web safe color of #a8632c is #996633. Color #a8632c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100011 00101100
Octal 250 143 54
Decimal 168 99 44
Hex A8 63 2C

RGB Percentages of Color #a8632c

%54.02
%31.83
%14.15

CMYK Percentages of Color #a8632c

%0
%41
%74
%34

Triadic Colors of #a8632c

#a8632c #2ca863 #632ca8

Analogous Colors of #a8632c

#a8632c #a8a12c #a82c33

Monochromatic Colors of #a8632c

#a8632c

Complementary Color

#a8632c #2c71a8

#a8632c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8632c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8632c Color CSS Codes

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

#a8632c Text Font Color

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

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


#a8632c Background Color

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

This div background color is #a8632c


#a8632c Border Color

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

This div border color is #a8632c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,99,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8632c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8632c;
  -webkit-box-shadow: 1px 1px 3px 2px #a8632c;
  box-shadow:         1px 1px 3px 2px #a8632c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,99,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8632c


Comments

No comments written yet.

Please login to write comment.