Shades of Chinook #99CCAA
Tints of Chinook #99CCAA
RGB
CMYK
RGB Variations
Color information
#99CCAA (or 0x99CCAA) is known color: Chinook. HEX triplet: 99, CC and AA. RGB value is (153,204,170). Sum of RGB (Red+Green+Blue) = 153+204+170=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCAA is #663355. Grayscale: #B8B8B8. Windows color (decimal): -6697814 or 11193497. OLE color: 11193497.
HSL color Cylindrical-coordinate representation of color #99CCAA: hue angle of 140º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCAA is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 170 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.2 |
| HSL | 140º | 0.33% | 0.7% | - |
| HSV(B) | 140º | 0.25% | 0.8% | - |
| XYZ | 41.99 | 52.86 | 46.02 | - |
| YUV | 184.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 170 | 0.25 | 0 | 0.17 | 0.2 | 140 | 0.33 | 0.7 |
| Hex | 99 | CC | AA | 19 | 0 | 11 | 14 | 8C | 21 | 46 |
| Octal | 231 | 314 | 252 | 31 | 0 | 21 | 24 | 214 | 41 | 106 |
| Binary | 10011001 | 11001100 | 10101010 | 11001 | 0 | 10001 | 10100 | 10001100 | 100001 | 1000110 |
Color Harmonies of #99CCAA
Complementary color
Monochromatic Colors of #99CCAA
Black with #99CCAA
Text Example
Text Example
White with #99CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCAA; }
p { color: rgb(153,204,170); }
H1.HeaderClassName
{
color: #99CCAA;
}
.AnyTagClassName
{
color: #99CCAA;
}
</style>
background-color css
<style>
a { background-color: #99CCAA; }
a { background-color: rgb(153,204,170); }
div.DivClassName
{
background-color: #99CCAA;
}
.BgClassName
{
background-color: #99CCAA;
}
</style>
border-color css
<style>
span { border-color: #99CCAA; }
span { border-color: rgb(153,204,170); }
td.TdClassName
{
border-color: #99CCAA;
}
.TagClassName
{
border-color: #99CCAA;
}
</style>