Color Hex Logo

#a35822 Color Hex

#A35822
(163,88,34)
0 Favorites   0 Comments

Color spaces of #a35822

RGB 1638834
HSL0.070.650.39
HSV25°79°64°
CMYK 0.000.460.79   0.36
XYZ18.882714.88153.3906
Yxy14.88150.50820.4005
Hunter Lab38.576519.864421.7924
CIE-Lab45.471526.787543.0633

#a35822 color RGB value is (163,88,34).

#a35822 hex color red value is 163, green value is 88 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a35822 hue: 0.07 , saturation: 0.65 and the lightness value of a35822 is 0.39.

The process color (four color CMYK) of #a35822 color hex is 0.00, 0.46, 0.79, 0.36. Web safe color of #a35822 is #996633. Color #a35822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 00100010
Octal 243 130 42
Decimal 163 88 34
Hex A3 58 22

RGB Percentages of Color #a35822

%57.19
%30.88
%11.93

CMYK Percentages of Color #a35822

%0
%46
%79
%36

Triadic Colors of #a35822

#a35822 #22a358 #5822a3

Analogous Colors of #a35822

#a35822 #a39922 #a3222c

Monochromatic Colors of #a35822

#a35822

Complementary Color

#a35822 #226da3

#a35822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35822 Color CSS Codes

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

#a35822 Text Font Color

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

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


#a35822 Background Color

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

This div background color is #a35822


#a35822 Border Color

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

This div border color is #a35822


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,88,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35822; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35822;
  -webkit-box-shadow: 1px 1px 3px 2px #a35822;
  box-shadow:         1px 1px 3px 2px #a35822; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,88,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35822


Comments

No comments written yet.

Please login to write comment.