Color Hex Logo

#a0826d Color Hex

#A0826D
(160,130,109)
0 Favorites   0 Comments

Color spaces of #a0826d

RGB 160130109
HSL0.070.210.53
HSV25°32°63°
CMYK 0.000.190.32   0.37
XYZ25.240224.543017.8750
Yxy24.54300.37310.3627
Hunter Lab49.54094.246013.2860
CIE-Lab56.62748.332815.7084

#a0826d color RGB value is (160,130,109).

#a0826d hex color red value is 160, green value is 130 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a0826d hue: 0.07 , saturation: 0.21 and the lightness value of a0826d is 0.53.

The process color (four color CMYK) of #a0826d color hex is 0.00, 0.19, 0.32, 0.37. Web safe color of #a0826d is #999966. Color #a0826d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 01101101
Octal 240 202 155
Decimal 160 130 109
Hex A0 82 6D

RGB Percentages of Color #a0826d

%40.10
%32.58
%27.32

CMYK Percentages of Color #a0826d

%0
%19
%32
%37

Triadic Colors of #a0826d

#a0826d #6da082 #826da0

Analogous Colors of #a0826d

#a0826d #a09c6d #a06d72

Monochromatic Colors of #a0826d

#a0826d

Complementary Color

#a0826d #6d8ba0

#a0826d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0826d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0826d Color CSS Codes

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

#a0826d Text Font Color

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

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


#a0826d Background Color

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

This div background color is #a0826d


#a0826d Border Color

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

This div border color is #a0826d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,130,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0826d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0826d;
  -webkit-box-shadow: 1px 1px 3px 2px #a0826d;
  box-shadow:         1px 1px 3px 2px #a0826d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,130,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0826d


Comments

No comments written yet.

Please login to write comment.