Shades of Empress #8A696A
Tints of Empress #8A696A
RGB
CMYK
RGB Variations
Color information
#8A696A (or 0x8A696A) is known color: Empress. HEX triplet: 8A, 69 and 6A. RGB value is (138,105,106). Sum of RGB (Red+Green+Blue) = 138+105+106=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A696A is #759695. Grayscale: #737373. Windows color (decimal): -7706262 or 6973834. OLE color: 6973834.
HSL color Cylindrical-coordinate representation of color #8A696A: hue angle of 358.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A696A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 106 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.46 |
| HSL | 358.18º | 0.14% | 0.48% | - |
| HSV(B) | 358.18º | 0.24% | 0.54% | - |
| XYZ | 18.13 | 16.55 | 15.87 | - |
| YUV | 114.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 106 | 0 | 0.24 | 0.23 | 0.46 | 358.18 | 0.14 | 0.48 |
| Hex | 8A | 69 | 6A | 0 | 18 | 17 | 2E | 166 | E | 30 |
| Octal | 212 | 151 | 152 | 0 | 30 | 27 | 56 | 546 | 16 | 60 |
| Binary | 10001010 | 1101001 | 1101010 | 0 | 11000 | 10111 | 101110 | 101100110 | 1110 | 110000 |
Color Harmonies of #8A696A
Complementary color
Monochromatic Colors of #8A696A
Black with #8A696A
Text Example
Text Example
White with #8A696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A696A; }
p { color: rgb(138,105,106); }
H1.HeaderClassName
{
color: #8A696A;
}
.AnyTagClassName
{
color: #8A696A;
}
</style>
background-color css
<style>
a { background-color: #8A696A; }
a { background-color: rgb(138,105,106); }
div.DivClassName
{
background-color: #8A696A;
}
.BgClassName
{
background-color: #8A696A;
}
</style>
border-color css
<style>
span { border-color: #8A696A; }
span { border-color: rgb(138,105,106); }
td.TdClassName
{
border-color: #8A696A;
}
.TagClassName
{
border-color: #8A696A;
}
</style>