Color Hex Logo

#a7692d Color Hex

#A7692D
(167,105,45)
0 Favorites   0 Comments

Color spaces of #a7692d

RGB 16710545
HSL0.080.580.42
HSV30°73°65°
CMYK 0.000.370.73   0.35
XYZ21.461618.50814.9239
Yxy18.50810.47810.4123
Hunter Lab43.021013.760223.3288
CIE-Lab50.106719.527542.7224

#a7692d color RGB value is (167,105,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101001 00101101
Octal 247 151 55
Decimal 167 105 45
Hex A7 69 2D

RGB Percentages of Color #a7692d

%52.68
%33.12
%14.20

CMYK Percentages of Color #a7692d

%0
%37
%73
%35

Triadic Colors of #a7692d

#a7692d #2da769 #692da7

Analogous Colors of #a7692d

#a7692d #a7a62d #a72d2e

Monochromatic Colors of #a7692d

#a7692d

Complementary Color

#a7692d #2d6ba7

#a7692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7692d Color CSS Codes

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

#a7692d Text Font Color

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

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


#a7692d Background Color

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

This div background color is #a7692d


#a7692d Border Color

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

This div border color is #a7692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7692d


Comments

No comments written yet.

Please login to write comment.