Shades of Chinook #A1CFA6
Tints of Chinook #A1CFA6
RGB
CMYK
RGB Variations
Color information
#A1CFA6 (or 0xA1CFA6) is known color: Chinook. HEX triplet: A1, CF and A6. RGB value is (161,207,166). Sum of RGB (Red+Green+Blue) = 161+207+166=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFA6 is #5E3059. Grayscale: #BCBCBC. Windows color (decimal): -6172762 or 10932129. OLE color: 10932129.
HSL color Cylindrical-coordinate representation of color #A1CFA6: hue angle of 126.52º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFA6 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 166 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.19 |
| HSL | 126.52º | 0.32% | 0.72% | - |
| HSV(B) | 126.52º | 0.22% | 0.81% | - |
| XYZ | 43.89 | 54.96 | 44.37 | - |
| YUV | 188.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 166 | 0.22 | 0 | 0.20 | 0.19 | 126.52 | 0.32 | 0.72 |
| Hex | A1 | CF | A6 | 16 | 0 | 14 | 13 | 7F | 20 | 48 |
| Octal | 241 | 317 | 246 | 26 | 0 | 24 | 23 | 177 | 40 | 110 |
| Binary | 10100001 | 11001111 | 10100110 | 10110 | 0 | 10100 | 10011 | 1111111 | 100000 | 1001000 |
Color Harmonies of #A1CFA6
Complementary color
Monochromatic Colors of #A1CFA6
Black with #A1CFA6
Text Example
Text Example
White with #A1CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFA6; }
p { color: rgb(161,207,166); }
H1.HeaderClassName
{
color: #A1CFA6;
}
.AnyTagClassName
{
color: #A1CFA6;
}
</style>
background-color css
<style>
a { background-color: #A1CFA6; }
a { background-color: rgb(161,207,166); }
div.DivClassName
{
background-color: #A1CFA6;
}
.BgClassName
{
background-color: #A1CFA6;
}
</style>
border-color css
<style>
span { border-color: #A1CFA6; }
span { border-color: rgb(161,207,166); }
td.TdClassName
{
border-color: #A1CFA6;
}
.TagClassName
{
border-color: #A1CFA6;
}
</style>