Shades of Opium #A97D7A
Tints of Opium #A97D7A
RGB
CMYK
RGB Variations
Color information
#A97D7A (or 0xA97D7A) is known color: Opium. HEX triplet: A9, 7D and 7A. RGB value is (169,125,122). Sum of RGB (Red+Green+Blue) = 169+125+122=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D7A is #568285. Grayscale: #898989. Windows color (decimal): -5669510 or 8027561. OLE color: 8027561.
HSL color Cylindrical-coordinate representation of color #A97D7A: hue angle of 3.83º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97D7A is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 122 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.34 |
| HSL | 3.83º | 0.21% | 0.57% | - |
| HSV(B) | 3.83º | 0.28% | 0.66% | - |
| XYZ | 27.21 | 24.51 | 21.71 | - |
| YUV | 137.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 122 | 0 | 0.26 | 0.28 | 0.34 | 3.83 | 0.21 | 0.57 |
| Hex | A9 | 7D | 7A | 0 | 1A | 1C | 22 | 4 | 15 | 39 |
| Octal | 251 | 175 | 172 | 0 | 32 | 34 | 42 | 4 | 25 | 71 |
| Binary | 10101001 | 1111101 | 1111010 | 0 | 11010 | 11100 | 100010 | 100 | 10101 | 111001 |
Color Harmonies of #A97D7A
Complementary color
Monochromatic Colors of #A97D7A
Black with #A97D7A
Text Example
Text Example
White with #A97D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D7A; }
p { color: rgb(169,125,122); }
H1.HeaderClassName
{
color: #A97D7A;
}
.AnyTagClassName
{
color: #A97D7A;
}
</style>
background-color css
<style>
a { background-color: #A97D7A; }
a { background-color: rgb(169,125,122); }
div.DivClassName
{
background-color: #A97D7A;
}
.BgClassName
{
background-color: #A97D7A;
}
</style>
border-color css
<style>
span { border-color: #A97D7A; }
span { border-color: rgb(169,125,122); }
td.TdClassName
{
border-color: #A97D7A;
}
.TagClassName
{
border-color: #A97D7A;
}
</style>