Color Hex Logo

#a5632f Color Hex

#A5632F
(165,99,47)
0 Favorites   0 Comments

Color spaces of #a5632f

RGB 1659947
HSL0.070.560.42
HSV26°72°65°
CMYK 0.000.400.72   0.35
XYZ20.492017.12824.9154
Yxy17.12820.48180.4027
Hunter Lab41.386215.956721.9285
CIE-Lab48.421222.136639.8574

#a5632f color RGB value is (165,99,47).

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

The process color (four color CMYK) of #a5632f color hex is 0.00, 0.40, 0.72, 0.35. Web safe color of #a5632f is #996633. Color #a5632f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 00101111
Octal 245 143 57
Decimal 165 99 47
Hex A5 63 2F

RGB Percentages of Color #a5632f

%53.05
%31.83
%15.11

CMYK Percentages of Color #a5632f

%0
%40
%72
%35

Triadic Colors of #a5632f

#a5632f #2fa563 #632fa5

Analogous Colors of #a5632f

#a5632f #a59e2f #a52f36

Monochromatic Colors of #a5632f

#a5632f

Complementary Color

#a5632f #2f71a5

#a5632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5632f Color CSS Codes

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

#a5632f Text Font Color

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

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


#a5632f Background Color

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

This div background color is #a5632f


#a5632f Border Color

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

This div border color is #a5632f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,99,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 #a5632f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5632f


Comments

No comments written yet.

Please login to write comment.