HEX: #A0708A
RGB: (160,112,138)
#A0708A contains red, green and blue colors in about the same proportion. Web safe color of #A0708A is #996699 (or #969).
#A0708A color RGB value is (160,112,138).
RGB: (160,112,138)
(63%, 44%, 54%)
R 160 of 255 = 63%
G 112 of 255 = 44%
B 138 of 255 = 54%
R + G + B ~ 54%. #A0708A is middle color (not dark and not light).
R + G + B = 160 + 112 + 138 = 410 (100%)
R 160 of 410 ~ 39.02%
G 112 of 410 ~ 27.32%
B 138 of 410 ~ 33.66'%
#A0708A color CMYK value is (0,30,14,37).
CMYK: (0,30,14,37)
C0M30Y14K37 (0%, 30%, 14%, 37%)
(0.00 / 0.30 / 0.14 / 0.37)
Color #A0708A in popluar color models
A0 | 70 | 8A | |
---|---|---|---|
RGB | 160 | 112 | 138 |
HSL | 328° | 20.17% | 53.33% |
HSB/HSV | 328° | 30.00% | 62.75% |
CMYK | 0.00% | 30.00% | 13.75% |
37.25% |
Color #A0708A in popluar number systems.
HEX | A0 | 70 | 8A |
Decimal | 160 | 112 | 138 |
Binary | 10100000 | 1110000 | 10001010 |
Octal | 240 | 160 | 212 |
Shades of #A0708A
Tints of #A0708A
Examples of css and html codes for elements with #A0708A color. Also use rgb(160,112,138) instead hex code.
.myTextColor { color: #A0708A; }
<p style="color:#A0708A">This sample text font color is #A0708A.</p>
This text font color is #A0708A.
.myBgColor { background-color: #A0708A; }
<div style="background-color:#A0708A">Inner text</div>
This div background color is #A0708A.
.myBorderColor { border: 1px solid #A0708A; }
<div style="border:3px solid #A0708A">Div</div>
This div border color is #A0708A.
.myOpacity80 { color: #A0708A; opacity: 0.8; }
<p style="color:#A0708A;opacity:0.8;">80%</p>
Text with #A0708A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A0708A;}
<p style="text-shadow: 3px 3px 1px #A0708A">Text here.</p>
This text has shadow with #A0708A color.
.textShadow {text-shadow: 3px 3px 1px #A0708A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A0708A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A0708A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0708A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A0708A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A0708A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0708A;
-webkit-box-shadow: 1px 1px 3px 2px #A0708A;
box-shadow: 1px 1px 3px 2px #A0708A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0708A; -webkit-box-shadow: 1px 1px 3px 2px #A0708A; box-shadow:1px 1px 3px 2px #A0708A;">
Div content here
</div>
This text has color #A0708A on black background.
This text has color #A0708A on white background.
This text has black color on #A0708A background.
This text has white color on #A0708A background.
Complementary color for #hex is #5F8F75.