Shades of Edward #9CAA9D
Tints of Edward #9CAA9D
RGB
CMYK
RGB Variations
Color information
#9CAA9D (or 0x9CAA9D) is known color: Edward. HEX triplet: 9C, AA and 9D. RGB value is (156,170,157). Sum of RGB (Red+Green+Blue) = 156+170+157=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA9D is #635562. Grayscale: #A4A4A4. Windows color (decimal): -6509923 or 10332828. OLE color: 10332828.
HSL color Cylindrical-coordinate representation of color #9CAA9D: hue angle of 124.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CAA9D is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 157 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.33 |
| HSL | 124.29º | 0.08% | 0.64% | - |
| HSV(B) | 124.29º | 0.08% | 0.67% | - |
| XYZ | 34.17 | 38.25 | 37.48 | - |
| YUV | 164.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 157 | 0.08 | 0 | 0.08 | 0.33 | 124.29 | 0.08 | 0.64 |
| Hex | 9C | AA | 9D | 8 | 0 | 8 | 21 | 7C | 8 | 40 |
| Octal | 234 | 252 | 235 | 10 | 0 | 10 | 41 | 174 | 10 | 100 |
| Binary | 10011100 | 10101010 | 10011101 | 1000 | 0 | 1000 | 100001 | 1111100 | 1000 | 1000000 |
Color Harmonies of #9CAA9D
Complementary color
Monochromatic Colors of #9CAA9D
Black with #9CAA9D
Text Example
Text Example
White with #9CAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA9D; }
p { color: rgb(156,170,157); }
H1.HeaderClassName
{
color: #9CAA9D;
}
.AnyTagClassName
{
color: #9CAA9D;
}
</style>
background-color css
<style>
a { background-color: #9CAA9D; }
a { background-color: rgb(156,170,157); }
div.DivClassName
{
background-color: #9CAA9D;
}
.BgClassName
{
background-color: #9CAA9D;
}
</style>
border-color css
<style>
span { border-color: #9CAA9D; }
span { border-color: rgb(156,170,157); }
td.TdClassName
{
border-color: #9CAA9D;
}
.TagClassName
{
border-color: #9CAA9D;
}
</style>