Shades of Cascade #93A7A2
Tints of Cascade #93A7A2
RGB
CMYK
RGB Variations
Color information
#93A7A2 (or 0x93A7A2) is known color: Cascade. HEX triplet: 93, A7 and A2. RGB value is (147,167,162). Sum of RGB (Red+Green+Blue) = 147+167+162=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 167 - color contains mainly: green. Hex color #93A7A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7A2 is #6C585D. Grayscale: #A0A0A0. Windows color (decimal): -7100510 or 10659731. OLE color: 10659731.
HSL color Cylindrical-coordinate representation of color #93A7A2: hue angle of 165º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A7A2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 162 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.35 |
| HSL | 165º | 0.1% | 0.62% | - |
| HSV(B) | 165º | 0.12% | 0.65% | - |
| XYZ | 32.37 | 36.45 | 39.51 | - |
| YUV | 160.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 162 | 0.12 | 0 | 0.03 | 0.35 | 165 | 0.1 | 0.62 |
| Hex | 93 | A7 | A2 | C | 0 | 3 | 23 | A5 | A | 3E |
| Octal | 223 | 247 | 242 | 14 | 0 | 3 | 43 | 245 | 12 | 76 |
| Binary | 10010011 | 10100111 | 10100010 | 1100 | 0 | 11 | 100011 | 10100101 | 1010 | 111110 |
Color Harmonies of #93A7A2
Complementary color
Monochromatic Colors of #93A7A2
Black with #93A7A2
Text Example
Text Example
White with #93A7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7A2; }
p { color: rgb(147,167,162); }
H1.HeaderClassName
{
color: #93A7A2;
}
.AnyTagClassName
{
color: #93A7A2;
}
</style>
background-color css
<style>
a { background-color: #93A7A2; }
a { background-color: rgb(147,167,162); }
div.DivClassName
{
background-color: #93A7A2;
}
.BgClassName
{
background-color: #93A7A2;
}
</style>
border-color css
<style>
span { border-color: #93A7A2; }
span { border-color: rgb(147,167,162); }
td.TdClassName
{
border-color: #93A7A2;
}
.TagClassName
{
border-color: #93A7A2;
}
</style>