Shades of Opium #A87D7D
Tints of Opium #A87D7D
RGB
CMYK
RGB Variations
Color information
#A87D7D (or 0xA87D7D) is known color: Opium. HEX triplet: A8, 7D and 7D. RGB value is (168,125,125). Sum of RGB (Red+Green+Blue) = 168+125+125=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D7D is #578282. Grayscale: #898989. Windows color (decimal): -5735043 or 8224168. OLE color: 8224168.
HSL color Cylindrical-coordinate representation of color #A87D7D: hue angle of 0º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D7D is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 125 | 125 | - |
CMYK | 0 | 0.26 | 0.26 | 0.34 |
HSL | 0º | 0.2% | 0.57% | - |
HSV(B) | 0º | 0.26% | 0.66% | - |
XYZ | 27.18 | 24.47 | 22.69 | - |
YUV | 137.86 | 120.75 | 149.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 125 | 125 | 0 | 0.26 | 0.26 | 0.34 | 0 | 0.2 | 0.57 |
Hex | A8 | 7D | 7D | 0 | 1A | 1A | 22 | 0 | 14 | 39 |
Octal | 250 | 175 | 175 | 0 | 32 | 32 | 42 | 0 | 24 | 71 |
Binary | 10101000 | 1111101 | 1111101 | 0 | 11010 | 11010 | 100010 | 0 | 10100 | 111001 |
Color Harmonies of #A87D7D
Complementary color
Monochromatic Colors of #A87D7D
Black with #A87D7D
Text Example
Text Example
White with #A87D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D7D; }
p { color: rgb(168,125,125); }
H1.HeaderClassName
{
color: #A87D7D;
}
.AnyTagClassName
{
color: #A87D7D;
}
</style>
background-color css
<style>
a { background-color: #A87D7D; }
a { background-color: rgb(168,125,125); }
div.DivClassName
{
background-color: #A87D7D;
}
.BgClassName
{
background-color: #A87D7D;
}
</style>
border-color css
<style>
span { border-color: #A87D7D; }
span { border-color: rgb(168,125,125); }
td.TdClassName
{
border-color: #A87D7D;
}
.TagClassName
{
border-color: #A87D7D;
}
</style>