Shades of Chinook #A1CCAE
Tints of Chinook #A1CCAE
RGB
CMYK
RGB Variations
Color information
#A1CCAE (or 0xA1CCAE) is known color: Chinook. HEX triplet: A1, CC and AE. RGB value is (161,204,174). Sum of RGB (Red+Green+Blue) = 161+204+174=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCAE is #5E3351. Grayscale: #BBBBBB. Windows color (decimal): -6173522 or 11455649. OLE color: 11455649.
HSL color Cylindrical-coordinate representation of color #A1CCAE: hue angle of 138.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCAE is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 174 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.2 |
| HSL | 138.14º | 0.3% | 0.72% | - |
| HSV(B) | 138.14º | 0.21% | 0.8% | - |
| XYZ | 43.93 | 53.82 | 48.12 | - |
| YUV | 187.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 174 | 0.21 | 0 | 0.15 | 0.2 | 138.14 | 0.3 | 0.72 |
| Hex | A1 | CC | AE | 15 | 0 | F | 14 | 8A | 1E | 48 |
| Octal | 241 | 314 | 256 | 25 | 0 | 17 | 24 | 212 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10101110 | 10101 | 0 | 1111 | 10100 | 10001010 | 11110 | 1001000 |
Color Harmonies of #A1CCAE
Complementary color
Monochromatic Colors of #A1CCAE
Black with #A1CCAE
Text Example
Text Example
White with #A1CCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCAE; }
p { color: rgb(161,204,174); }
H1.HeaderClassName
{
color: #A1CCAE;
}
.AnyTagClassName
{
color: #A1CCAE;
}
</style>
background-color css
<style>
a { background-color: #A1CCAE; }
a { background-color: rgb(161,204,174); }
div.DivClassName
{
background-color: #A1CCAE;
}
.BgClassName
{
background-color: #A1CCAE;
}
</style>
border-color css
<style>
span { border-color: #A1CCAE; }
span { border-color: rgb(161,204,174); }
td.TdClassName
{
border-color: #A1CCAE;
}
.TagClassName
{
border-color: #A1CCAE;
}
</style>