Shades of Opium #A97B7A
Tints of Opium #A97B7A
RGB
CMYK
RGB Variations
Color information
#A97B7A (or 0xA97B7A) is known color: Opium. HEX triplet: A9, 7B and 7A. RGB value is (169,123,122). Sum of RGB (Red+Green+Blue) = 169+123+122=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B7A is #568485. Grayscale: #888888. Windows color (decimal): -5670022 or 8027049. OLE color: 8027049.
HSL color Cylindrical-coordinate representation of color #A97B7A: hue angle of 1.28º 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 #A97B7A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 123 | 122 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.34 |
| HSL | 1.28º | 0.21% | 0.57% | - |
| HSV(B) | 1.28º | 0.28% | 0.66% | - |
| XYZ | 26.96 | 24.01 | 21.63 | - |
| YUV | 136.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 122 | 0 | 0.27 | 0.28 | 0.34 | 1.28 | 0.21 | 0.57 |
| Hex | A9 | 7B | 7A | 0 | 1B | 1C | 22 | 1 | 15 | 39 |
| Octal | 251 | 173 | 172 | 0 | 33 | 34 | 42 | 1 | 25 | 71 |
| Binary | 10101001 | 1111011 | 1111010 | 0 | 11011 | 11100 | 100010 | 1 | 10101 | 111001 |
Color Harmonies of #A97B7A
Complementary color
Monochromatic Colors of #A97B7A
Black with #A97B7A
Text Example
Text Example
White with #A97B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97B7A; }
p { color: rgb(169,123,122); }
H1.HeaderClassName
{
color: #A97B7A;
}
.AnyTagClassName
{
color: #A97B7A;
}
</style>
background-color css
<style>
a { background-color: #A97B7A; }
a { background-color: rgb(169,123,122); }
div.DivClassName
{
background-color: #A97B7A;
}
.BgClassName
{
background-color: #A97B7A;
}
</style>
border-color css
<style>
span { border-color: #A97B7A; }
span { border-color: rgb(169,123,122); }
td.TdClassName
{
border-color: #A97B7A;
}
.TagClassName
{
border-color: #A97B7A;
}
</style>