COLOR #A0826E

HEX: #A0826E
RGB: (160,130,110)

Color info

#A0826E contains red, green and blue colors in about the same proportion. Web safe color of #A0826E is #999966 (or #996).

RGB color model

#A0826E color RGB value is (160,130,110).

  • red value is 160;
  • green value is 130;
  • blue value is 110.
RGB:
(160,130,110)
(63%,51%,43%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 110 of 255 = 43%

160
130
110

R + G + B ~ 52%. #A0826E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 110 = 400 (100%)
R 160 of 400 ~ 40%
G 130 of 400 ~ 32.5%
B 110 of 400 ~ 27.5%

%40
%32.5
%27.5

CMYK color model

#A0826E color CMYK value is (0,19,31,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 31.25%
  • key color value is 37.25%
CMYK:
(0,19,31,37)
C0M19Y31K37 
(0%,19%,31%,37%)
(0.00/0.19/0.31/0.37)	

CMYK percentages

%0
%18.75
%31.25
%37.25

Codes

Color #A0826E in popluar color models

A0826E
RGB160130110
HSL24°20.83%52.94%
HSB/HSV24°31.25%62.75%
CMYK0.00%18.75%31.25%
37.25%

Color #A0826E in popluar number systems.

HEXA0826E
Decimal160130110
Binary10100000100000101101110
Octal240202156

Shades and tints

Shades of #A0826E

#A0826E
(160,130,110)
#927764
(146,119,100)
#846C5A
(132,108,90)
#766150
(118,97,80)
#685646
(104,86,70)
#5A4B3C
(90,75,60)
#4C4032
(76,64,50)
#3E3528
(62,53,40)
#302A1E
(48,42,30)
#221F14
(34,31,20)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #A0826E

#A0826E
(160,130,110)
#A88D7B
(168,141,123)
#B09888
(176,152,136)
#B8A395
(184,163,149)
#C0AEA2
(192,174,162)
#C8B9AF
(200,185,175)
#D0C4BC
(208,196,188)
#D8CFC9
(216,207,201)
#E0DAD6
(224,218,214)
#E8E5E3
(232,229,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0826E color. Also use rgb(160,130,110) instead hex code.

Text Font Color

.myTextColor { color: #A0826E; }

<p style="color:#A0826E">This sample text font color is #A0826E.</p>

This text font color is #A0826E.


Background Color

.myBgColor { background-color: #A0826E; }

<div style="background-color:#A0826E">Inner text</div>

This div background color is #A0826E.


Border color

.myBorderColor { border: 1px solid #A0826E; }

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

This div border color is #A0826E.


Opacity

.myOpacity80 { color: #A0826E; opacity: 0.8; }

<p style="color:#A0826E;opacity:0.8;">80%</p>

Text with #A0826E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0826E;}

<p style="text-shadow: 3px 3px 1px #A0826E">Text here.</p>

This text has shadow with #A0826E color.

.textShadow {text-shadow: 3px 3px 1px #A0826E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0826E, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0826E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0826E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0826E, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0826E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A0826E;
  -webkit-box-shadow:	1px 1px 3px 2px #A0826E;
  box-shadow:		1px 1px 3px 2px #A0826E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0826E;
-webkit-box-shadow: 1px 1px 3px 2px #A0826E;
box-shadow:1px 1px 3px 2px #A0826E;">
Div content here</div>
This div box has shadow with color #A0826E.

Preview

Color preview on black background

This text has color #A0826E on black background.


Color preview on white background

This text has color #A0826E on white background.



Black color preview on #A0826E background

This text has black color on #A0826E background.


White color preview on #A0826E background

This text has white color on #A0826E background.