Shades of Topaz #8A8292
Tints of Topaz #8A8292
RGB
CMYK
RGB Variations
Color information
#8A8292 (or 0x8A8292) is known color: Topaz. HEX triplet: 8A, 82 and 92. RGB value is (138,130,146). Sum of RGB (Red+Green+Blue) = 138+130+146=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8292 is #757D6D. Grayscale: #868686. Windows color (decimal): -7699822 or 9601674. OLE color: 9601674.
HSL color Cylindrical-coordinate representation of color #8A8292: hue angle of 270º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A8292 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 130 | 146 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.43 |
| HSL | 270º | 0.07% | 0.54% | - |
| HSV(B) | 270º | 0.11% | 0.57% | - |
| XYZ | 23.65 | 23.44 | 30.47 | - |
| YUV | 134.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 146 | 0.05 | 0.11 | 0 | 0.43 | 270 | 0.07 | 0.54 |
| Hex | 8A | 82 | 92 | 5 | B | 0 | 2B | 10E | 7 | 36 |
| Octal | 212 | 202 | 222 | 5 | 13 | 0 | 53 | 416 | 7 | 66 |
| Binary | 10001010 | 10000010 | 10010010 | 101 | 1011 | 0 | 101011 | 100001110 | 111 | 110110 |
Color Harmonies of #8A8292
Complementary color
Monochromatic Colors of #8A8292
Black with #8A8292
Text Example
Text Example
White with #8A8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8292; }
p { color: rgb(138,130,146); }
H1.HeaderClassName
{
color: #8A8292;
}
.AnyTagClassName
{
color: #8A8292;
}
</style>
background-color css
<style>
a { background-color: #8A8292; }
a { background-color: rgb(138,130,146); }
div.DivClassName
{
background-color: #8A8292;
}
.BgClassName
{
background-color: #8A8292;
}
</style>
border-color css
<style>
span { border-color: #8A8292; }
span { border-color: rgb(138,130,146); }
td.TdClassName
{
border-color: #8A8292;
}
.TagClassName
{
border-color: #8A8292;
}
</style>