Shades of Cascade #93A8A4
Tints of Cascade #93A8A4
RGB
CMYK
RGB Variations
Color information
#93A8A4 (or 0x93A8A4) is known color: Cascade. HEX triplet: 93, A8 and A4. RGB value is (147,168,164). Sum of RGB (Red+Green+Blue) = 147+168+164=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 168 - color contains mainly: green. Hex color #93A8A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A8A4 is #6C575B. Grayscale: #A1A1A1. Windows color (decimal): -7100252 or 10791059. OLE color: 10791059.
HSL color Cylindrical-coordinate representation of color #93A8A4: hue angle of 168.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A8A4 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 168 | 164 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.34 |
| HSL | 168.57º | 0.11% | 0.62% | - |
| HSV(B) | 168.57º | 0.13% | 0.66% | - |
| XYZ | 32.74 | 36.89 | 40.52 | - |
| YUV | 161.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 164 | 0.13 | 0 | 0.02 | 0.34 | 168.57 | 0.11 | 0.62 |
| Hex | 93 | A8 | A4 | D | 0 | 2 | 22 | A9 | B | 3E |
| Octal | 223 | 250 | 244 | 15 | 0 | 2 | 42 | 251 | 13 | 76 |
| Binary | 10010011 | 10101000 | 10100100 | 1101 | 0 | 10 | 100010 | 10101001 | 1011 | 111110 |
Color Harmonies of #93A8A4
Complementary color
Monochromatic Colors of #93A8A4
Black with #93A8A4
Text Example
Text Example
White with #93A8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8A4; }
p { color: rgb(147,168,164); }
H1.HeaderClassName
{
color: #93A8A4;
}
.AnyTagClassName
{
color: #93A8A4;
}
</style>
background-color css
<style>
a { background-color: #93A8A4; }
a { background-color: rgb(147,168,164); }
div.DivClassName
{
background-color: #93A8A4;
}
.BgClassName
{
background-color: #93A8A4;
}
</style>
border-color css
<style>
span { border-color: #93A8A4; }
span { border-color: rgb(147,168,164); }
td.TdClassName
{
border-color: #93A8A4;
}
.TagClassName
{
border-color: #93A8A4;
}
</style>