Shades of Chinook #9AC3A1
Tints of Chinook #9AC3A1
RGB
CMYK
RGB Variations
Color information
#9AC3A1 (or 0x9AC3A1) is known color: Chinook. HEX triplet: 9A, C3 and A1. RGB value is (154,195,161). Sum of RGB (Red+Green+Blue) = 154+195+161=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC3A1 is #653C5E. Grayscale: #B2B2B2. Windows color (decimal): -6634591 or 10601370. OLE color: 10601370.
HSL color Cylindrical-coordinate representation of color #9AC3A1: hue angle of 130.24º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC3A1 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 195 | 161 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.24 |
| HSL | 130.24º | 0.25% | 0.68% | - |
| HSV(B) | 130.24º | 0.21% | 0.76% | - |
| XYZ | 39.27 | 48.47 | 41 | - |
| YUV | 178.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 161 | 0.21 | 0 | 0.17 | 0.24 | 130.24 | 0.25 | 0.68 |
| Hex | 9A | C3 | A1 | 15 | 0 | 11 | 18 | 82 | 19 | 44 |
| Octal | 232 | 303 | 241 | 25 | 0 | 21 | 30 | 202 | 31 | 104 |
| Binary | 10011010 | 11000011 | 10100001 | 10101 | 0 | 10001 | 11000 | 10000010 | 11001 | 1000100 |
Color Harmonies of #9AC3A1
Complementary color
Monochromatic Colors of #9AC3A1
Black with #9AC3A1
Text Example
Text Example
White with #9AC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC3A1; }
p { color: rgb(154,195,161); }
H1.HeaderClassName
{
color: #9AC3A1;
}
.AnyTagClassName
{
color: #9AC3A1;
}
</style>
background-color css
<style>
a { background-color: #9AC3A1; }
a { background-color: rgb(154,195,161); }
div.DivClassName
{
background-color: #9AC3A1;
}
.BgClassName
{
background-color: #9AC3A1;
}
</style>
border-color css
<style>
span { border-color: #9AC3A1; }
span { border-color: rgb(154,195,161); }
td.TdClassName
{
border-color: #9AC3A1;
}
.TagClassName
{
border-color: #9AC3A1;
}
</style>