Shades of Chinook #A1CFAF
Tints of Chinook #A1CFAF
RGB
CMYK
RGB Variations
Color information
#A1CFAF (or 0xA1CFAF) is known color: Chinook. HEX triplet: A1, CF and AF. RGB value is (161,207,175). Sum of RGB (Red+Green+Blue) = 161+207+175=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFAF is #5E3050. Grayscale: #BDBDBD. Windows color (decimal): -6172753 or 11521953. OLE color: 11521953.
HSL color Cylindrical-coordinate representation of color #A1CFAF: hue angle of 138.26º 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 #A1CFAF is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 175 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.19 |
| HSL | 138.26º | 0.32% | 0.72% | - |
| HSV(B) | 138.26º | 0.22% | 0.81% | - |
| XYZ | 44.75 | 55.3 | 48.87 | - |
| YUV | 189.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 175 | 0.22 | 0 | 0.15 | 0.19 | 138.26 | 0.32 | 0.72 |
| Hex | A1 | CF | AF | 16 | 0 | F | 13 | 8A | 20 | 48 |
| Octal | 241 | 317 | 257 | 26 | 0 | 17 | 23 | 212 | 40 | 110 |
| Binary | 10100001 | 11001111 | 10101111 | 10110 | 0 | 1111 | 10011 | 10001010 | 100000 | 1001000 |
Color Harmonies of #A1CFAF
Complementary color
Monochromatic Colors of #A1CFAF
Black with #A1CFAF
Text Example
Text Example
White with #A1CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFAF; }
p { color: rgb(161,207,175); }
H1.HeaderClassName
{
color: #A1CFAF;
}
.AnyTagClassName
{
color: #A1CFAF;
}
</style>
background-color css
<style>
a { background-color: #A1CFAF; }
a { background-color: rgb(161,207,175); }
div.DivClassName
{
background-color: #A1CFAF;
}
.BgClassName
{
background-color: #A1CFAF;
}
</style>
border-color css
<style>
span { border-color: #A1CFAF; }
span { border-color: rgb(161,207,175); }
td.TdClassName
{
border-color: #A1CFAF;
}
.TagClassName
{
border-color: #A1CFAF;
}
</style>