Shades of Cascade #93A7A4
Tints of Cascade #93A7A4
RGB
CMYK
RGB Variations
Color information
#93A7A4 (or 0x93A7A4) is known color: Cascade. HEX triplet: 93, A7 and A4. RGB value is (147,167,164). Sum of RGB (Red+Green+Blue) = 147+167+164=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 167 - color contains mainly: green. Hex color #93A7A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7A4 is #6C585B. Grayscale: #A0A0A0. Windows color (decimal): -7100508 or 10790803. OLE color: 10790803.
HSL color Cylindrical-coordinate representation of color #93A7A4: hue angle of 171º 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 #93A7A4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 164 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.35 |
| HSL | 171º | 0.1% | 0.62% | - |
| HSV(B) | 171º | 0.12% | 0.65% | - |
| XYZ | 32.55 | 36.52 | 40.46 | - |
| YUV | 160.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 164 | 0.12 | 0 | 0.02 | 0.35 | 171 | 0.1 | 0.62 |
| Hex | 93 | A7 | A4 | C | 0 | 2 | 23 | AB | A | 3E |
| Octal | 223 | 247 | 244 | 14 | 0 | 2 | 43 | 253 | 12 | 76 |
| Binary | 10010011 | 10100111 | 10100100 | 1100 | 0 | 10 | 100011 | 10101011 | 1010 | 111110 |
Color Harmonies of #93A7A4
Complementary color
Monochromatic Colors of #93A7A4
Black with #93A7A4
Text Example
Text Example
White with #93A7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7A4; }
p { color: rgb(147,167,164); }
H1.HeaderClassName
{
color: #93A7A4;
}
.AnyTagClassName
{
color: #93A7A4;
}
</style>
background-color css
<style>
a { background-color: #93A7A4; }
a { background-color: rgb(147,167,164); }
div.DivClassName
{
background-color: #93A7A4;
}
.BgClassName
{
background-color: #93A7A4;
}
</style>
border-color css
<style>
span { border-color: #93A7A4; }
span { border-color: rgb(147,167,164); }
td.TdClassName
{
border-color: #93A7A4;
}
.TagClassName
{
border-color: #93A7A4;
}
</style>