Shades of Chinook #A0CCAE
Tints of Chinook #A0CCAE
RGB
CMYK
RGB Variations
Color information
#A0CCAE (or 0xA0CCAE) is known color: Chinook. HEX triplet: A0, CC and AE. RGB value is (160,204,174). Sum of RGB (Red+Green+Blue) = 160+204+174=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCAE is #5F3351. Grayscale: #BBBBBB. Windows color (decimal): -6239058 or 11455648. OLE color: 11455648.
HSL color Cylindrical-coordinate representation of color #A0CCAE: hue angle of 139.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCAE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 174 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.2 |
| HSL | 139.09º | 0.3% | 0.71% | - |
| HSV(B) | 139.09º | 0.22% | 0.8% | - |
| XYZ | 43.73 | 53.72 | 48.11 | - |
| YUV | 187.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 174 | 0.22 | 0 | 0.15 | 0.2 | 139.09 | 0.3 | 0.71 |
| Hex | A0 | CC | AE | 16 | 0 | F | 14 | 8B | 1E | 47 |
| Octal | 240 | 314 | 256 | 26 | 0 | 17 | 24 | 213 | 36 | 107 |
| Binary | 10100000 | 11001100 | 10101110 | 10110 | 0 | 1111 | 10100 | 10001011 | 11110 | 1000111 |
Color Harmonies of #A0CCAE
Complementary color
Monochromatic Colors of #A0CCAE
Black with #A0CCAE
Text Example
Text Example
White with #A0CCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCAE; }
p { color: rgb(160,204,174); }
H1.HeaderClassName
{
color: #A0CCAE;
}
.AnyTagClassName
{
color: #A0CCAE;
}
</style>
background-color css
<style>
a { background-color: #A0CCAE; }
a { background-color: rgb(160,204,174); }
div.DivClassName
{
background-color: #A0CCAE;
}
.BgClassName
{
background-color: #A0CCAE;
}
</style>
border-color css
<style>
span { border-color: #A0CCAE; }
span { border-color: rgb(160,204,174); }
td.TdClassName
{
border-color: #A0CCAE;
}
.TagClassName
{
border-color: #A0CCAE;
}
</style>