Color Hex Logo

#a5692d Color Hex

#A5692D
(165,105,45)
0 Favorites   0 Comments

Color spaces of #a5692d

RGB 16510545
HSL0.080.570.41
HSV30°73°65°
CMYK 0.000.360.73   0.35
XYZ21.042318.29194.9043
Yxy18.29190.47570.4135
Hunter Lab42.769012.975923.1396
CIE-Lab49.848318.645542.3715

#a5692d color RGB value is (165,105,45).

#a5692d hex color red value is 165, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a5692d hue: 0.08 , saturation: 0.57 and the lightness value of a5692d is 0.41.

The process color (four color CMYK) of #a5692d color hex is 0.00, 0.36, 0.73, 0.35. Web safe color of #a5692d is #996633. Color #a5692d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101001 00101101
Octal 245 151 55
Decimal 165 105 45
Hex A5 69 2D

RGB Percentages of Color #a5692d

%52.38
%33.33
%14.29

CMYK Percentages of Color #a5692d

%0
%36
%73
%35

Triadic Colors of #a5692d

#a5692d #2da569 #692da5

Analogous Colors of #a5692d

#a5692d #a5a52d #a52d2d

Monochromatic Colors of #a5692d

#a5692d

Complementary Color

#a5692d #2d69a5

#a5692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5692d Color CSS Codes

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

#a5692d Text Font Color

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

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


#a5692d Background Color

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

This div background color is #a5692d


#a5692d Border Color

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

This div border color is #a5692d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,105,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5692d


Comments

No comments written yet.

Please login to write comment.