Color Hex Logo

#a5692b Color Hex

#A5692B
(165,105,43)
0 Favorites   0 Comments

Color spaces of #a5692b

RGB 16510543
HSL0.080.590.41
HSV30°74°65°
CMYK 0.000.360.74   0.35
XYZ21.004718.27694.7062
Yxy18.27690.47750.4155
Hunter Lab42.751512.885723.3992
CIE-Lab49.830218.542843.3118

#a5692b color RGB value is (165,105,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101001 00101011
Octal 245 151 53
Decimal 165 105 43
Hex A5 69 2B

RGB Percentages of Color #a5692b

%52.72
%33.55
%13.74

CMYK Percentages of Color #a5692b

%0
%36
%74
%35

Triadic Colors of #a5692b

#a5692b #2ba569 #692ba5

Analogous Colors of #a5692b

#a5692b #a4a52b #a52c2b

Monochromatic Colors of #a5692b

#a5692b

Complementary Color

#a5692b #2b67a5

#a5692b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5692b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5692b Color CSS Codes

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

#a5692b Text Font Color

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

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


#a5692b Background Color

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

This div background color is #a5692b


#a5692b Border Color

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

This div border color is #a5692b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5692b


Comments

No comments written yet.

Please login to write comment.