Color Hex Logo

#a3633d Color Hex

#A3633D
(163,99,61)
0 Favorites   0 Comments

Color spaces of #a3633d

RGB 1639961
HSL0.060.460.44
HSV22°63°64°
CMYK 0.000.390.63   0.36
XYZ20.408417.04716.6297
Yxy17.04710.46290.3867
Hunter Lab41.288115.976919.3814
CIE-Lab48.319322.167332.2135

#a3633d color RGB value is (163,99,61).

#a3633d hex color red value is 163, green value is 99 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a3633d hue: 0.06 , saturation: 0.46 and the lightness value of a3633d is 0.44.

The process color (four color CMYK) of #a3633d color hex is 0.00, 0.39, 0.63, 0.36. Web safe color of #a3633d is #996633. Color #a3633d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100011 00111101
Octal 243 143 75
Decimal 163 99 61
Hex A3 63 3D

RGB Percentages of Color #a3633d

%50.46
%30.65
%18.89

CMYK Percentages of Color #a3633d

%0
%39
%63
%36

Triadic Colors of #a3633d

#a3633d #3da363 #633da3

Analogous Colors of #a3633d

#a3633d #a3963d #a33d4a

Monochromatic Colors of #a3633d

#a3633d

Complementary Color

#a3633d #3d7da3

#a3633d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3633d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3633d Color CSS Codes

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

#a3633d Text Font Color

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

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


#a3633d Background Color

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

This div background color is #a3633d


#a3633d Border Color

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

This div border color is #a3633d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3633d


Comments

No comments written yet.

Please login to write comment.